@charset "utf-8";

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

body {
  background-color:#01502c;
  background-size: cover;
  background-position: center;
  font-family: Helvetica, ArialMT, "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: 200;
  color: #fff;
  -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: 1.6;
  letter-spacing: 0.025em;
}

.mincho { 
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: 100;
}

/* 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;
  position: relative;
  z-index: 1;
}

.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----------------- */
nav {
  background: #0f4f2b;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9998;
  color: #fff;
}

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

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

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: 11px;
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(38,88,40,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: -10px;
}

#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 15px 0;
margin-bottom: 10px;
transition: color .6s ease;
font-size: 1.6rem;
line-height: 2.0rem;
}

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

#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;
    }

#gloval-nav li:nth-child(2){
    width: 74px;
    height: 54px;
    }

#gloval-nav li:nth-child(3){
    width: 126px;
    height: 54px;
    }

#gloval-nav li:nth-child(4){
    width: 124px;
    height: 54px;
    }
#gloval-nav li:nth-child(5){
    width: 126px;
    height: 54px;
    }
#gloval-nav li:nth-child(6){
    width: 324px;
    height: 54px;
    /*width: 66px;
    height: 54px;*/
    }
/*#gloval-nav li:nth-child(7){
    width: 324px;
    height: 54px;
    }*/


img.logo-menu {
    padding: 15px 0 20px 0;
    width: 45%;
    height: auto;
}

/*nav----------------- */
/*footer----------------- */
footer{
    background-color: #01502c;
}

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: -7px;
}

/*footer----------------- */
 /*::::::::::中身::::::::::*/
.noise{
    background-image: url(../img/0309/noise.png);
}

#title{
    background: linear-gradient(0deg, rgb(17,82,45),rgb(32,120,57));
}

#title .contents_inr{
    position: relative;
}

#title .contents_inr:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -11px;
    right: 0;
    margin: auto;
    background-image: url(../img/0309/bg_key.png);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
}

#title .contents_inr:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    background-image: url(../img/0309/bg_toyama.png);
    background-repeat: no-repeat;
    background-position: top center;
    z-index: 2;
}

#title header,#title .mincho,.archive{
    position: relative;
    z-index: 3;
}

header + p{
    line-height: 1.8;
} 

header h2{
font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-weight: 600;
font-style: normal;
}

#title a{
    text-decoration: none;
    color: #fff;
}

#title .app_info2 a{
    text-decoration: underline;
}

header .redbg{
    display: block;
    background-color: #e60113;
    margin-bottom: 0.1em;
}

#title .archive{
    margin-bottom: 100px;
}

#title .youtube_btn a{
        display: block;
        /*background-color:#e60113 ;
        border-radius: 45px;
        font-weight: bold;
        color: #fff;*/
    }
    
#title .linelive_btn a{
        display: block;
        /*background-color:#6bda80 ;
        border-radius: 45px;
        font-weight: bold;
        color: #fff;*/
    }

#title .youtube_btn a:hover,#title .linelive_btn a:hover{
        filter: brightness(110%)
    }


#title .archive .app__list{
    display: flex;
    justify-content: space-around;
    width: 830px;
    margin: 20px auto;
}

#artist{
    background: linear-gradient(90deg, rgb(17,82,45)37%, rgb(115,181,27));
    color: #fff;
    position: relative;
}

#artist:before{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(17,82,45)37%, rgb(115,181,27));
    background-size: 100%;
    transform: skewY(12deg);
    transform-origin: top right;
}

#artist:after{
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    background-image: url(../img/0309/noise.png);
    background-size: 100px;
    transform: skewY(12deg);
    transform-origin: top right;
}

#artist .contents_inr{
    position: relative;
    z-index: 10;
}

#artist a {
    color: #fff;
    text-decoration: none;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 130vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 0;
    right: 0;
    margin: auto;
    padding: 40px;
    position: absolute;
    top: 10%;
}

.modal__content figure{
    text-align: center;
    margin: 0 auto;
}

.modal__content figure figcaption{
    color: #1f211f;
    font-weight: 500;
}

.modal__content figure p{
    display: inline-block;
    background-color: #8fc041;
    border-radius: 30px;
    color: #fff;
}

.modal__content figure a {
    text-decoration: none;
}

.menu p img{
        width: 294px;
        height: 125px;
    }

  .menu {
          background-image: url("../img/bg_pc_02.jpg");
          background-position: top center;
          /* font-size: 20px; */
          padding-bottom: 40px;
}

#movie{
    position: relative;
    top:-300px;
}

.menu img{
  width:172px;
  margin-top: 45px;
}

    .menu p {
        color:#14532B;
        font-weight:bold;
        font-size: 26px;
        /* width:860px; */
        margin: 0px auto;
        /* padding:10px; */
    }

    .menu .text {
        color:#333;
        font-weight:400;
        font-size: 14px;
        width: 95%;
        text-align:left;
        padding: 10px;
    }

    .menu .btn{
        background-color: #e60012;
        width: 300px;
        box-sizing: border-box;
        margin: 10px auto 0;
        padding: 10px 10px;
        border-radius: 50px;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
    }

       .menu .btn a{
      text-decoration:none;
        border-radius: 50px;
        color: #fff;
        font-size: 28px;
        font-weight: 400;
    }

#ticket{
    background-color: #fff;
    color: #1f211f;
    margin-top: -1px;
}

#ticket h2{
    background-color:#01502c ;
    border-radius: 40px;
    color: #fff;
    font-weight: 200;
}

#ticket a{
        color:#1f211f;
        text-decoration: underline
    }

#ticket article span.strong{
    display: inline-block;
    line-height: 1.1;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-right: 30px;
}

#ticket article span.right{
    width: 100%;
    display: inline-block;
    text-align: right;
}

#ticket span.btn{
    display: inline-block;
    background-color: #e60012;
    width: 300px;
    text-align: center;
    box-sizing: border-box;
    margin: 10px 0 0 60px;
    padding: 10px 10px;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
}

#ticket span.btn a{
    color: #fff;
    text-decoration: none;
}

#qa h4:nth-child(3),#qa h4:nth-child(4){
        font-weight: bold;
    }

#qa .second{
    margin-top: 5px;
}

#about{
    background-color: #f3f3f3;
    position: relative;
    color: #494b49;
    /* margin-bottom: -30px; */
}



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

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

  .hide_pc {
    display: none;
  }

  .hide_sp {
    display: block;
  }
   
    .hide_pctab{
        display: none;
    }
    
  .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_inr {
    padding: 32px 0 47px;
  }

  /*::::::::::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: 90px;
  }

  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 {
    right: 40px;
    }
/*nav----------------- */
/*フッター共通ここから*/
    footer {
    padding: 80px 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: 36px;
    }

    .copyright__logo img {
    width: 94px;
    }

    .copyright__text {
    margin-top: 24px;
    font-size: 12px;
    } 
    
  /*::::::::::付属物::::::::::*/
    
  /*::::::::::中身::::::::::*/

#title .contents_inr{
    padding-top: 0;
}
    
header  {
    margin-bottom: 40px;      
    /*background-image: url("../img/header_bg_pc.jpg");
          background-position: center 19px;
          height: 386px;*/
}

header img.photo{
        width: 83%;
    }

header img.logo{
  margin-top: 62px;
  width: 111px;
  height: 131px;
}
 
header h2{
    font-size: 4.13em;
    line-height: 1.2;
    /*width: 626px;*/
    width: 83%;
    margin: 20px auto;
}
    
header .redbg{
    line-height: 0.7;
    padding-bottom: 0.2em;
    }
    
header .redbg:nth-child(3){
     line-height: 1.0;
    padding-bottom: 0.05em;
    }
    
    div.swiper-container{
        padding-top: 10px;
        height: 238px;
        background-color: #E9E6E6;
        margin-top: -30px;
    }
    
    h1 div.swiper-slide {
        width: 754px;
    }
    
    h1 div img{
        width: 754px;
    }
    
    h1 div.swiper-slide:nth-child(3), h1 div.swiper-slide:nth-child(6) {
        /* width: 822px; */
    }
    
    h1 div img:nth-child(3),h1 div img:nth-child(6),{
        width: 752px;
    }
    
    #title .contents_inr:before {
    height: 735px;
    top: 2083px;
    background-size: 735px;
    }
    
    #title .contents_inr:after{
    top: 2804px;
    height: 180px;
    left: -200px;
    background-size: 165px;
}
    
    #title .archive_info{
    font-size:1.8em;
    line-height: 1.3;    
    }
    
    #title .app_info{
    font-size:1.5em;
    line-height: 1.3;
    }
    
    #title .movie{
        display: flex;
        justify-content: space-between;
    }
    
    #title .youtube_btn,#title .linelive_btn{
        width: 450px;
        margin: 30px auto 60px;
    }
    
    #title .youtube_btn a,#title .linelive_btn a{
        font-size:1.8em;
        padding: 10px 0;
    }
    
    
    #title .app_info2{
        font-size: 0.8em;
        width: 800px;
        text-align: left;
        margin: 0 auto;
    }
    
     div.swiper-container .contents {
    position: absolute;
    /* height: 581px; */
    /* top: 0; */
    right: 0;
    left: 0;
    bottom: 120px;
    margin: 0 auto;
    z-index: 1;
    }
    
    #artist:before{
    top: -405px;
    height: 840px;
    }
    
    #artist:after{
    top: -405px;
    height: 840px;
    }
    
    #artist h2, #artist h3{
    font-size: 36px;
    color: #fff;
    /*margin-bottom: 20px;*/
    }
    
    #artist h2{
        padding-left: 53px;
    }
    
    #artist h2 span{
        font-size: 14px;
        font-weight: 200;
    }
    
    #artist h2 img{
        width: 473px;
        height: 87px;
    }
    
    #artist h3.artist img{
        width: 139px;
        height: 30px;
    }
    
    #artist h3 img{
        width: 180px;
        height: 30px;
    }
    
    #artist p.text{
    font-size: 20px;
    color: #faee00;
    }
    
    #artist article{
        width: 100%;
        /*margin-top: 30px;*/
    }

    #artist .artist figure{
        display: inline-block;
        vertical-align: top;
        width: 31.8%;
        /*width: 31.5%;*/
        margin-right: 14px;
        margin-top: 16px;
        margin-bottom: 40px;
    }

     .toyama{
       margin-bottom: 54px;
     }

    #artist .artist figure:nth-child(3),#artist .artist figure:nth-child(6),#artist .artist figure:nth-child(7){
        margin-right: 0;
    }
    
    #artist .onair figure:nth-child(2),#artist .onair figure:nth-child(4){
        margin-right: 0;
    }
    
    #artist .artist figure img{
        width: 498px;
    }

    #artist .live figure{
        display: inline-block;
        width: 47.6%;
        margin-right: 40px;
        margin-top: 16px;
    }

    #artist .live figure:last-child{
       margin-right: 0; 
    }

    #artist .live figure img,#artist h3.special+article figure img{
        width: 498px;
    }
    
    #artist h3.special+article figure{
        display: inline-block;
        width: 47.6%;
        margin-top: 16px;
    }
    
    #artist figcaption{
        font-size: 16px;
        font-style: italic;
        font-weight: 500;
    }
    
    #artist .live figcaption,#artist h3.special+article figcaption{
        font-size: 20px;
    }
    
    #artist h3.special{
        margin-top: 54px;
    }
    
    #artist h3.special img{
        width: 131px;
        height:  23px;
    }
    
    #artist .and figure{
        display: inline-block;
        vertical-align: top;
        width: 47.6%;
        margin-top: 16px;
    }

    #artist .and figure img{
        width: 498px;
    }
    
    #artist .new{
        position: relative;
    }
    
    #artist .new:before{
        display: block;
        content: '';
        position: absolute;
        background-image: url('../img/new.png');
        background-repeat: no-repeat;
        background-size: 42px 46px;
        width: 42px;
        height: 46px;
        top:-29px;
    }
    
    #artist .new.aqours:before{
        left: 14px;
    }
    
    #artist .new.nagabuchi:before{
        left: 84px;
    }
    
    #artist .new.hirate:before{
        left: 64px;
    }
    
    .modal__content{
    width: 30%;
    }

    .modal__content figure figcaption{
    font-size:16px;
    }

    .modal__content figure p{
    margin-top: 30px;
    padding: 10px 15px;
    font-size: 22px;
    }
    
    .modal__content figure p.fontsmall{
     font-size: 112%;;   
    }
    
    #ticket h2{
        margin: 35px auto 45px;
        font-size: 28px;
        padding: 2px 20px;
        width: 676px;
        /* padding-left: 20px; */
    }
    
    #ticket h2 + div{
        /*display: flex;*/
        justify-content: space-between;
        text-align: left;
        margin-bottom: 40px;
    }
    
    #ticket h2 + div + p{
        margin-bottom: 40px;   
    }
    
    #ticket h2 img,#about h2 img{
        width: 142px;
    }
    
    #ticket article{
        /*width: 440px;*/
        width: 100%;
        font-size: 1em;
        line-height: 1.8;
    }
    
    #ticket h3{
        color: #0f4f2b;
        font-size:24px;
        border-top:#80c31c solid 1px;
        border-bottom:#80c31c solid 1px;
        margin-bottom: 10px;
        line-height: 1.5;
        padding: 5px 0;
    }
    
    #ticket article p + h3{
        margin-top: 30px;
    }
    
    #ticket article .map{
        margin-top: 20px;
        width: 440px;
        height: 251px;
    }
    
    #qa{
        margin: 80px auto 60px;
        padding-top: 20px;
    }
    
    #qa h2 img{
        width: 73px;
    }
    
    #qa h3,#qa h4,#qa p{
        text-align: left;
    }
    
    #qa h3{
        margin-top: 40px;
    }
    
    #qa h3:first-child{
        margin-top: 0;
    }
    
    #qa h4{
        margin-top: 42px;
        color: #0f4f2b;
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 5px;
        font-weight: 200;
    }
    
    #qa h3+h4{
        margin-top: 26px;
    }
    
    #about {
          background-image: url("../img/bg_pc_03.jpg");
          background-position: top center;
    }
    
    #about h2{
        /* position: absolute; */
        /* top: -33px; */
        /* right: 0; */
        /* left: 0; */
        margin: 0px auto 30px;
        padding-right: 20px;
    }
    
    #about .contents_inr{
        padding: 60px 0 45px;
    }
    
    #about p{
        font-size: 20px;
        letter-spacing: 1.5px;
        padding: 17px 0;
        font-weight: 400;
    }
    
    #about p:last-child{
        padding: 22px 0 0;
    }
    
    .menu .contents_inr{
        padding: 35px 0 38px;
    }
    

    
    .menu p {
        color:#14532B;
        font-weight:bold;
        font-size:30px;
        width:860px;
        margin: 0px auto;
        /* padding:10px; */
    }
    
    .menu p.text1 {
    color:#333;
    font-weight: bold;
    font-size: 26px;
    width: 860px;
    margin: 0px auto;
    /* padding: 10px; */
    }
    
    .menu .text {
        margin-top: 10px;
        color:#333;
        font-weight:400;
        font-size: 16px;
        width:860px;
        text-align:left;
        padding: 10px;
    }

    .menu .btn a{
        background-color: #e60012;
        width: 300px;
        box-sizing: border-box;
        margin: 29px auto 0;
        padding: 10px 10px;
        border-radius: 50px;
        color: #fff;
        font-size: 22px;
        font-weight: 400;
        text-decoration:none;
    }
    
    .menu p img{
        width: 294px;
        height: 125px;
    }

  .menu {
          background-image: url("../img/bg_pc_02.jpg");
          background-position: top center;
          /* font-size: 20px; */
          padding-bottom: 40px;
}

.menu img{
  width:172px;
  margin-top: 45px;
}
    
  /*::::::::::中身::::::::::*/


}

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

@media screen and (min-width: 768px) and (max-width: 939px) {
    /*::::::::::contents::::::::::*/
    
  .hide_pctab{
        display: block;
    }
    
  .contents {
    width: 90%;
  }

  .contents_inr {
    padding: 42px 0 38px;
  }

  /*::::::::::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: 84.5px;
    }

    nav .social p a img {
        height: 29px;
        margin-left: 3px;
    }
    
    nav .social img {
        vertical-align: middle;
    }
    
    #nav-toggle {
        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);
    }
    
    footer {
        padding: 80px 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: 36px;
    }

    .copyright__logo img {
        width: 94px;
    }

    .copyright__text {
        margin-top: 24px;
        font-size: 12px;
    } 
  /*::::::::::付属物::::::::::*/
    
  /*::::::::::中身::::::::::*/
#title .contents_inr{
    padding-top: 0;
}
    
  header {
          /*background-image: url("../img/header_bg_pc.jpg");*/
          background-position: center 39px;
          /* font-size: 20px; */
          /*padding-bottom: 32px;*/
}

      .hide_pc {
        display: none;
      }

    header img.logo{
      margin-top: 62px;
      width: 111px;
      height: 131px;
    }
     
    header h2{
        width: 91%;
        margin: 20px auto;
        font-size: 3.2em;
        line-height: 0.8;
        padding-bottom: 0.2em;
    }
    
    header .redbg {
    padding-bottom: 0.18em;
    line-height: 0.7;
}
    
    div.swiper-container{
        padding-top: 10px;
        height: 243px;
        background-color: #E9E6E6;
        margin-top: -44px;
    }
    
    #title .contents_inr:before {
    top: 1863px;
    left:-2px;
    background-size: 100%;
    }
    
    #title .contents_inr:after{
    top: 2514px;
    left: -28%;
    background-size: 28%;
    }
    
    #title .archive {
    margin-bottom: 80px;
    }
    
    #title .archive_info{
    font-size:1.5em;
    line-height: 1.3;    
    }
    
    #title .app_info{
    font-size:1.5em;
    line-height: 1.3;
    }
    
    #title .movie{
        display: flex;
        justify-content: space-between;
    }

     #title .youtube_btn,#title .linelive_btn{
        width: 45%;
        margin: 20px auto 35px;
    }
    
    #title .youtube_btn a,#title .linelive_btn a{
        font-size:1.3em;
        padding: 5px 0;
    }
    
    #title .archive .app__list{
        width: 80%;
    }
    
    #title .app__list li{
        width: 45%;
    }
    
    
    #title .app_info2{
        font-size: 0.7em;
        width: 80%;
        text-align: left;
        margin: 0 auto;
    }
    
    #artist:before{
    top: -433px;
    height: 700px;
    }
    
    #artist:after{
    top: -433px;
    height: 700px;
    }
    
    #artist h2,#artist h3 {
    font-size: 30px;
    /*margin-bottom: 10px;*/
    }
    
    #artist h2{
        padding-left: 53px;
    }
    
    #artist h2 span{
        font-size: 14px;
    }
    
    #artist h3 {
        margin-top: 60px;
    }
    
    #artist h3 img{
        width: 132px;
        height: 23px;
    }
    
    #artist h3.artist img{
        width: 139px;
        height: 30px;
    }
    
    #artist h3.special img{
        width: 131px;
        height:  23px;
    }
    
    #artist p.text{
    font-size: 20px;
    color: #faee00;
    }
    
    #artist article{
        width: 100%;
        /*margin-top: 20px;*/
    }

    #artist article.live{
        width: 100%;
        /*margin-top: 12px;*/
    }
    
    #artist .artist figure{
        display: inline-block;
        vertical-align: top;
        width: 30.9%;
        /*width: 46.7%;*/
        margin-right: 14px;
        margin-top: 16px;
        margin-bottom: 40px;
    }

    #artist .artist figure.aqours{
        
    }
    
    #artist .artist figure:nth-child(3),#artist .artist figure:nth-child(6),#artist .artist figure:nth-child(7){
        margin-right: 0;
    }

    #artist .artist figure img{
        width: 498px;
    }

    #artist .live figure{
        display: inline-block;
        width: 46.7%;
        margin-right: 40px;
        margin-top: 16px;
    }
    
     #artist h3.special+article figure{
        display: inline-block;
        width: 46.7%;
        margin-top: 16px;
    }
    
    #artist .live figure:last-child{
       margin-right: 0; 
    }

    #artist .live figure img,#artist h3.special+article figure img{
        width: 498px;
    }

    #artist figcaption{
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
    }
    
    #artist .live figcaption,#artist h3.special+article figcaption{
        font-size: 18px;
    }
    
    #artist .and figure{
        display: inline-block;
        vertical-align: top;
        width: 46.7%;
        margin-top: 16px;
    }

    #artist .and figure img{
        width: 498px;
    }
    
    #artist .new{
        position: relative;
    }
    
    #artist .new:before{
        display: block;
        content: '';
        position: absolute;
        background-image: url('../img/new.png');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 18%;
        height: 240%;
        top:-36px;
    }
    
    #artist .new.aqours:before{
        left: -6%;
    }
    
    #artist .new.nagabuchi:before{
        left: 21%;
    }
    
    #artist .new.hirate:before{
        left: 14%;
    }
    
    .modal__content{
    width: 60%;
    }

    .modal__content figure figcaption{
    font-size:20px;
    }

    .modal__content figure p{
    margin-top: 30px;
    padding: 10px 15px;
    font-size: 26px;
    }
    
    .menu p.text1 {
    color:#333;
    font-weight: bold;
    font-size: 26px;
    width: 100%;
    margin: 0px auto;
    /* padding: 10px; */
    }
    
    .menu {
    /* font-size: 20px; */
    padding-bottom: 33px;
    }
    
    #ticket h2 img,#about h2 img{
        width: 173px;
    }
    
    #ticket h2{
        margin-bottom: 30px;
        /* padding-left: 20px; */
        font-size: 28px;
    }
    
    #ticket h2 + div{
        /*display: flex;
        justify-content: space-between;
        text-align: left;*/
        margin-bottom: 60px;
    }
    
    #ticket h2 + div + p{
        margin-bottom: 40px;   
    }
    
    #ticket h2 img,#about h2 img{
        width: 161px;
    }
    
    #ticket article{
        /*width: 330px;*/
        width: 100%;
        font-size: 1em;
        line-height: 1.8;
        text-align: left;
    }
    
    #ticket h3{
        color: #0f4f2b;
        font-size:24px;
        line-height: 1.5;
        padding: 5px 0;
        border-top:#80c31c solid 1px;
        border-bottom:#80c31c solid 1px;
        margin-bottom: 10px;
    }
    
    #ticket article p + h3{
        margin-top: 30px;
    }
    
    #ticket article .map{
        margin-top: 20px;
        width: 330px;
        height: 251px;
    }
    
    #ticket span.btn{
    width: 320px;
    margin: 10px 0 0 0;
    padding: 15px 19px;
    font-size: 28px;
    }
    
    #qa{
        margin: 70px auto 40px;
        padding-top: 20px;
    }
    
    #qa h2 img{
        width: 73px;
    }
    
    #qa h3,#qa h4,#qa p{
        text-align: left;
    }
    
    #qa h3{
        margin-top: 40px;
    }
    
    #qa h3:first-child{
        margin-top: 0;
    }
    
    #qa h4{
        margin-top: 42px;
        color: #0f4f2b;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 200;
    }

    #qa h3+h4{
        margin-top: 26px;
    }
    
    #about{
          background-image: url("../img/bg_pc_03.jpg");
          background-position: top center;
    }
    
    #about h2{
        /* position: absolute; */
        /* top: -33px; */
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    
    #about p{
        font-size: 20px;
        letter-spacing: 1.5px;
        padding: 22px 0;
    }
    
    #about p:last-child{
        padding: 22px 0 0;
    }
    
    .menu .contents_inr{
        padding: 35px 0;
    }
    
    .menu p:nth-child(2){
        padding: 0 2%;
    }
    
    .menu p {
        /* width: 39%; */
    }
    
  /*::::::::::中身::::::::::*/
    
}

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

@media screen and (max-width: 767px) {
  .hide_pc {
    display: block;
  }
    
  .hide_sp {
    display: none;
  }
    
#title .contents_inr{
    padding: 0 4% 23px;
}
    
  #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;
  padding: 32px 4% 53px;
}
 
  /*::::::::::付属物::::::::::*/
    
  nav .social {
    padding: 5px 2%;
    position: relative;
  }

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

  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 .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 a {
        font-size: 1rem;
    }
    
    footer .contents {
    border-top: none;
    padding: 10px 10px 20px;
    }
    
    .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: 36px;
    }
    
    .copyright__logo img {
    width: 94px;
    }
    
    .copyright__text {
    margin-top: 24px;
    font-size: 9px;
    }
    
    .pagetop__btn {
    display: block;
    position: absolute;
    opacity: 1;
    bottom: 10px;
    right:  10px;
    }
    
    .pagetop__btn img {
    width: 60px;
    }
    /*::::::::::付属物::::::::::*/
    
    /*::::::::::中身::::::::::*/
    div.swiper-container{
        padding-top: 12px;
        height: 104px;
        margin-top: -30px;
    }
    
    h1 div.swiper-slide {
        width: 308px;
    }
    
    h1 div img{
        width: 320px;
    }
    
    h1 div.swiper-slide:nth-child(3), h1 div.swiper-slide:nth-child(6) {
        width: 308.3px;
    }
    
    h1 div img:nth-child(3),h1 div img:nth-child(6),{
        width: 280.3px;
    }
    
    div.swiper-container .contents {
        position: absolute;
        /* height: 259px; */
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: 0 auto;
        /*background-color: #E9E6E6;*/
    }
    
    header  {
          /*background-image: url("../img/header_bg_pc.jpg");
          background-position:center top;
          background-size:cover;
          padding-bottom: 16px;*/
    }


    header img.logo{
      margin: 15% 0% 0;
      width: 30%;
    }
    
    header h2{
        width: 100%;
        margin: 6px auto 10px;
        font-size: 1.7em;
        line-height: 0.7;
        padding-bottom: 0.2em;
    }
    
    header .redbg {
    padding-bottom: 0.15em;
    line-height: 0.9;
    }
    
    header + p{
        font-size: 0.76em;
    }
    
    #title .contents_inr:before {
        top: 78.7%;
        left:-2px;
        background-size: 88%;
    }
    
    #title .contents_inr:after{
    top: 95%;
    left: -34%;
    background-size: 24%;
    }
    
    #title .archive {
    margin-bottom: 60px;
    }
    
    #title .archive_info{
    font-size:1em;
    line-height: 1.3;    
    }
    
    #title .app_info{
    font-size:1em;
    line-height: 1.3;
    }
    
    #title .movie{
        display: flex;
        justify-content: space-between;
    }
    
    #title .youtube_btn{
        width: 86%;
        margin: 30px auto 10px;
    }
    
    #title .linelive_btn{
        width: 86%;
        margin: 15px auto 20px;
    }
    
    #title .youtube_btn a,#title .linelive_btn a{
        font-size:1.3em;
        padding: 5px 0;
    }
    
    #title .archive .app__list{
        width: 100%;
        margin: 8px auto;
    }
    
    #title .app__list li{
        width: 45%;
    }
    
    
    #title .app_info2{
        font-size: 0.6em;
        width: 100%;
        text-align: left;
        margin: 0 auto;
    }
    
    #title .mincho{
        font-size: 0.77em;
    }
    
    #artist{
        background: linear-gradient(90deg, rgb(17,82,45)31%, rgb(74,148,38))
    }
    
    #artist:before{
    top: -15.16%;
    height: 380px;
    background: linear-gradient(70deg, rgb(17,82,45)22%, rgb(111,182,-22));
    }
    
    #artist:after{
    top: -15.16%;
    height: 380px;
    }
    
    #artist .contents_inr {
        padding: 22px 4% 28px;
    }
    
    #artist h2,#artist h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    }
    
    #artist h2{
        padding-left: 23px;
    }
    
    #artist h2 span{
        font-size: 10px;
    }
    
    #artist h2 img{
        width: 88%;
    }
    
    #artist h3 img{
        width: 26%;
    }
    
    #artist p.text{
    font-size: 13px;
    color: #faee00;
    }
    
    #artist article.artist{
        width: 100%;
        /*margin-top: 20px;*/
        margin-bottom: 0px;
    }

    #artist article.live,#artist h3.special+article{
        width: 100%;
        /*margin-top: 17px;*/
    }
    
    #artist .artist figure{
        display: inline-block;
        vertical-align: top;
        width: 46%;
        margin-right: 14px;
        margin-bottom: 15px;
    }

    #artist .artist figure:nth-child(2),#artist .artist figure:nth-child(4),#artist .artist figure:nth-child(6),#artist .artist figure:nth-child(7){
        margin-right: 0;
    }

    #artist .live figure{
        display: inline-block;
        width: 46%;
        margin-right: 14px;
        margin-top: 0;
    }
    
    #artist h3.special+article figure{
        display: inline-block;
        width: 46%;
        margin-top: 0;
    }
    
    #artist .live figure:last-child{
       margin-right: 0; 
    }

    #artist figcaption{
        font-size: 11.2px;
        font-style: italic;
        font-weight: 500;
    }
    
    #artist figcaption.alex{
        font-size: 10px;
    }
    
    #artist .live figcaption,#artist h3.special+article figcaption{
        font-size: 11.2px;
    }
    
    #artist .and figure{
        display: inline-block;
        width: 50%;
        margin-top: 16px;
    }

    #artist .new{
        position: relative;
    }
    
    #artist .new:before{
        display: block;
        content: '';
        position: absolute;
        background-image: url('../img/new.png');
        background-repeat: no-repeat;
        background-size: 26px;
        width: 32%;
        height: 40px;
        top: -104%;
    }
    
    #artist .new.aqours:before{
        left: -7%;
        top: -50%;
    }
    
    #artist .new.nagabuchi:before{
        left: 19%;
    }
    
    #artist .new.hirate:before{
        left: 14%;
    }
    
     .toyama{
       margin-bottom: 40px;
     }
    
    #artist h3.special{
        margin-top: 40px;
    }
    
    .modal__content{
    width: 67%;
    }

    .modal__content figure figcaption{
    font-size:14px;
    }

    .modal__content figure p{
    margin-top: 30px;
    padding: 10px 15px;
    font-size: 13.5px;
    }
    
    #ticket h2 img,#about h2 img{
        width: 33%;
    }
    
    #ticket .contents_inr{
        padding: 16px 4% 35px;
    }
    
    #ticket h2{
        margin-bottom: 20px;
        margin-top: 20px;
        font-size: 1.1em;
    }
    
    #ticket h2 + div{
        text-align: left;
        margin-bottom: 20px;
    }
    
    #ticket h2 + div + p{
        margin-bottom: 40px;   
    }
    
    #ticket h2 img,#about h2 img{
        /* width: 137px; */
        width: 25%;
        padding-right: 2%;
    }
    
    #ticket article{
        font-size: 0.8em;
        line-height: 1.8;
    }
    
    #ticket h3{
        color: #0f4f2b;
        font-size:18px;
        line-height: 1.4;
        padding: 5px 0;
        border-top:#80c31c solid 1px;
        border-bottom:#80c31c solid 1px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    
    #ticket h3.first{
        margin-top: 0;
    }
    
    #ticket article p + h3{
        margin-top: 30px;
    }
    
    #ticket article .map{
        margin-top: 20px;
        width: 100%x;
        height: 251px;
    }
    
    #ticket span.btn{
    width: 300px;
    margin: 10px 0 0 20px;
    padding: 10px 10px;
    font-size: 22px;
    font-weight: bold;
    }
    
    #qa{
        margin: 80px auto 30px;
    }
    
    #qa h2 img{
        width: 16%;
    }
    
    #qa h3,#qa h4,#qa p{
        text-align: left;
    }
    
    #qa h3{
        margin-top: 40px;
    }
    
    #qa h3:nth-child(2){
        margin-top: 0;
    }
    
    #qa h4{
        margin-top: 40px;
        color: #0f4f2b;
        font-size: 16px;
        line-height: 1.4;
    }
    
    #qa h3+h4{
        margin-top: 20px;
    }
       
    #qa p{
        font-size: 0.9em;
    }
    #about{
          background-image: url("../img/bg_sp_03.jpg");
          background-position: top center;
          background-size:cover;

 
    }
    
    #about h2{
        /* position: absolute; */
        /* top: -32px; */
        right: 0;
        left: 0;
        margin: 0 auto;
    }
    
    #about p{
        font-size: 0.9em;
        letter-spacing: 1.5px;
        padding: 12px 0;
    }
    
    #about p:last-child{
        padding: 12px 0 0;
    }
    
    .menu .contents{
       position: relative;
    }
    
    .menu .contents_inr{
        width: 100%;
        padding: 20px 0 15px;
        position: relative;
        display: flex;
        overflow-x: scroll;
        margin: 0 auto;
        text-align: center;
    }
    
    .menu p:nth-child(1){
        padding: 0 0 0 100px;
    }
    
    .menu p:nth-child(2){
        padding: 0 20px;
    }
    
    .menu p:nth-child(3){
        /* padding: 0 100px 0 0; */
    }
    
    .menu p a img{
        display: inline-block;
        min-width: 160px;
    }

  .menu {
          background-image: url("../img/bg_sp_02.jpg");
          background-position: top center;
          background-size:cover;
          /* font-size: 20px; */
          padding-bottom: 95px;
    }

  .menu .wdt{
        width: 92%;
        margin: 0;
  padding: 0 4% 0;
    }
    
.menu img{
  width:172px;
  margin-top: 45px;
}
	
    .menu p {
        color:#14532B;
        font-weight:bold;
        font-size: 24px;
        margin: 4px auto;
        /* padding:10px; */
        width: 90%;
    }

    .menu .text{
      font-size:14px;
      text-align:left;
      color: #333;
      font-weight: 400;
    }

     .menu .btn a{
        background-color: #e60012;
        width: 80%;
        box-sizing: border-box;
        margin: 10px auto 0;
        padding: 12px 20px;
        border-radius: 50px;
        color: #fff;
        font-size: 22px;
        font-weight: 600;
        text-decoration:none;
        
        
    }
    
    .menu p.text1 {
    color:#333;
    font-weight: bold;
    font-size: 1.1em;
    width: 100%;
    margin: 0px auto;
    /* padding: 10px; */
    }
    
    .menu {
    /* font-size: 20px; */
    padding-bottom: 33px;
    }
    
    .menu .btn {
    width: 300px;
    }
    
    #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---------------------------------------------------- */
@media screen and (min-width: 480px) and (max-width: 767px){
    #artist .new{
        position: relative;
    }
    
    #artist .new:before{
        display: block;
        content: '';
        position: absolute;
        background-image: url('../img/new.png');
        background-repeat: no-repeat;
        background-size: 100%;
        width: 12%;
        height: 44px;
        top: -4vh;
    }
    
    #artist .new.aqours:before{
        left: 28%;
    }
    
    #artist .new.nagabuchi:before{
        left: 2%;
    }
    
    #artist .new.hirate:before{
        left: 26%;
    }
    
}


@media screen and (max-width: 320px) {
    body{
    width: 102.4%;
    }
    
/*::::::::::中身::::::::::*/
    
    #artist h2 {
    font-size: 19px;
    padding-left: 7px;
    color: #faee00;
    margin-bottom: 10px;
    }
    
    #artist figcaption {
    font-size: 10px;
    font-style: italic;
    font-weight: 500;
    }
    
    #ticket span.btn {
    width: 250px;
    margin: 10px 0 0 20px;
    padding: 10px 10px;
    font-size: 22px;
    font-weight: bold;
    }
    
/*::::::::::中身::::::::::*/
}
