@charset "utf-8";

/*=================================================================================================================================*/
/** 個別指定 for スマートフォン
/*=================================================================================================================================*/

/*---------------------------------------------
 ** 850px
---------------------------------------------*/
@media screen and (max-width: 850px) {

  /*---------------------------------------------
	body
---------------------------------------------*/
  html {
    scroll-behavior: smooth;
  }

  body {
    font-size: 15px;
    line-height: 1.8;
    border: none;
  }

  .hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: 'alpha( opacity=100 )';
  }

  .only_pc {
    display: none !important;
  }

  .only_pc_inline {
    display: none;
  }

  .only_pc_line {
    display: none;
  }

  .only_sp {
    display: block !important;
  }

  .only_sp_inline {
    display: inline-block;
  }

  .sp_br {
    display: inline;
  }

  .pc_br {
    display: none;
  }

  /*画像*/
  img {
    max-width: 100%;
    height: auto;
  }

  header nav ul{
    margin-top:60px;
  }
  header nav ul li {
    width: 100% !important;
    max-width: 150px;
    margin: 0 auto 5%;
    display: block;
    font-size:120%;
  }


  header nav ul li:nth-of-type(7) a {
    margin-top: 30px;
  }


  header nav ul li:last-child {
    width: 100% !important;
    max-width: 300px;
    text-align: center;
  }

  header nav ul li:last-child a {
    color: #fff;
    display: block;
    margin: 2% auto;
  }


  #sns>a {
    width: 80%;
    max-width: 180px;
    display: block;
    padding: 3px 0 5px 10px;
    box-sizing: border-box;
    line-height:1.3;
  }

  #sns ul {
    width: 38%;
    max-width: 460px;
    display: flex;
    margin: 0 0 0 auto;
    justify-content: flex-end;
    position: absolute;
    bottom: -40px;
    right: 70px;
  }

  #sns ul {
    width: 45%;
  }

  #sns ul li:nth-child(5) {
    width: 90%;
    max-width: 240px;
  }

  #header nav ul {
    width: 90%;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #header nav ul li {
    width: 48% !important;
    max-width: unset;
    margin-bottom:30px;
  }
  #header nav ul li:nth-child(1),
  #header nav ul li:nth-child(6),
  #header nav ul li:nth-child(7) {
    width: 100% !important;
  }
  #header nav ul li:nth-child(6),
  #header nav ul li:nth-child(7) {
    margin:0 auto 5%;
  }
  #header nav ul li:nth-child(6) a{
    width:80%;
    max-width:340px;
    border:1px solid #fff;
    border-radius: 20px;
    padding:10px 10px;
    box-sizing: border-box;
    margin:0 auto;
  }
  #header nav ul li:nth-child(7) a{
    width:80%;
    max-width:340px;
    border:1px solid #fff;
    border-radius: 20px;
    padding:5px 10px;
    box-sizing: border-box;
    margin:0 auto;
  }
  #header nav ul li a{
    padding:0;
  }
  #header nav ul li:nth-child(7) a{
    padding:10px 10px;
    border-radius: 30px;
  }  
  #header nav ul li:nth-child(7) a img{
    width:70%;
  }
  #main {
    text-align: center;
  }
  .main_seat{
    flex-wrap: wrap;
    text-align: center;
  }
  .main_seat img{
    width:90%;
    margin:0 auto;
  }
  .main_seat>a{
    margin:5px auto;
  }

  #main_date {
    width: 70%;
    max-width: 420px;
    display: block;
    top: 950px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 0;
  }

  #main_data {
    width: 85%;
    max-width: 500px;
    margin: 0 auto;
    top: 1160px;
    left: 0;
    right: 0;
    font-size: 110%;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #main_data .price::before {
    content: '[入場料]';
    letter-spacing: 1.3rem;
    left: 0;
    right: 0;
    top: -40px;
    margin: 0 auto;
    text-align: center;
  }

  #main_data>div:nth-child(1) {
    width: 40%;
    max-width: 450px;
    display: block;
    margin: 0 auto;
  }

  #main_data .price {
    width: 100%;
  }

  #main_data .price li {
    width: 100%;
    line-height: 1.6;

  }

  #main_data .price li em {
    font-weight: 600;
    margin-right: 28px;
  }

  #main_data .price+a {
    width: 100%;
    text-align: left;
    margin-left: 20px;
  }

  #main_data>div:nth-child(2) {
    width: 50%;
    max-width: 500px;
    display: block;
    margin: -30px auto 0;
    text-align: left;
  }

  .main_contact>p{
    width:90%;
    line-height: 1.5;
    margin:10px auto;
  }
  .main_contact>p>small:nth-of-type(1){
    display: block;
    text-align: center;
  }
  .nav_plus{
    margin-top:40px;
  }
  #anc_story>div>div{
    width:100%;
  }
  #anc_story>div>img{
    width:100%;
    max-width:500px;
    margin:3% auto;
  }

  #anc_artist dl{
    padding-top:80px;
    position:relative;
  }
  #anc_artist dl dt{
    width:70%;
    max-width:350px;
    margin:0 auto 2%;
  }
  #anc_artist dl dd{
    width:100%;
  }
  #anc_artist dl dd>span{
    font-size:150%;
    display: block;
    position:absolute;
    top:10px;
    right:0;
    left:0;
    margin:0 auto;
    text-align: center;
  }
  #anc_artist dl dd>p>span{
    text-align: center;
  }
  #anc_artist dl dd>p>span small{
    display: block;
    font-size:60%;
    margin-left:0;
  }
  .content{
    padding-top:8%;
  }
  #anc_beginners::before {
    background: url(../img/begin_green01_sp.png) no-repeat top left;
    background-size: 100% auto;
    width: 70px;
    left:-30px;
    top: 190px;
  }
  #anc_beginners::after {
    background: url(../img/begin_green02_sp.png) no-repeat top left;
    background-size: 100% auto;
    width: 80px;
    top: -50px;
    right:-10px;
  }
  #anc_beginners>div>p:nth-of-type(1){
    width:100%;
  }
  #anc_beginners .br_no{
    display: none;
  }


  .nav_plus {
    top: 1550px;
    display: block;
  }


  .nav_plus>div {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 1%;
  }

  .text_link>p:nth-child(1) {
    margin-bottom: 10px;
  }

  .text_link>p:nth-child(1) a {
    border-radius: 10px;
  }

  .text_link>p:nth-child(2) {
    font-size: 80%;
    font-weight: 400;
    text-align: center;
  }

  .text_link>p:nth-child(2) span {
    display: block;
  }

  section {
    padding: 30px 3% 0;
  }
  .dancer_a{
    max-width:500px;
    justify-content: center;
  }
  .dancer_a>dl{
    width:44%;
    margin:0 3% 4%;
  }

  .dancer_a>div {
    width: 100%;
    max-width: 600px;
    margin: 3% auto 1%;
  }

  .dancer_a>div:last-child {
    width: 100%;
    max-width: 280px;
  }


  .dancer_a>div>div {
    width: 100%;
  }

  .dancer_a>div>div dl {
    width: 45%;
  }

  .troupe span a{
    display: block;
    text-align: center;
    position:relative;
    top:auto;
    right:auto;
    margin-bottom:20px;
  }

  .troupe .only_pc_inline{
    display: none;
  }
  .sanjo p {
    font-size: 120%;
  }

  .dancer_list>dl {
    width: 28%;
  }

  .dancer_btm {
    width: 100%;
    background: url(../img/dancer_sp.png) no-repeat right 20px top;
    background-size: 35% auto;
    padding: 50px 35% 50px 5%;
    box-sizing: border-box;
  }

  .dancer_btm li {
    width: 100%;
    text-align: left;
    font-size: 130%;

  }

  #anc_staff {
    width: 95%;
  }

  #anc_staff h2 img {
    margin: 10px auto;
  }

  #anc_staff h2::before {
    top: -20px;
  }

  #anc_staff h2::after {
    top: 0px;
  }


  #anc_staff>div dl:nth-child(1),
  #anc_staff>div dl:nth-child(2) {
    margin-left: 5%;
  }

  #anc_staff>img {
    width: 30%;
    top: 0px;
    right: 0;
  }



  #dancer p {
    font-size: 100%;
  }

  #dancer h3 {
    margin: 5% auto 1%;
  }

  #ticket{
    width:95%;
  }
  #ticket>div>div img+p>a {
    margin-top: 5px;
  }
  footer {
    padding: 5% 0 0.5%;
  }  
  footer .bunka{
    max-width:280px;
  }

  .foot_data {
    max-width: 540px;
  }

  footer>div a.underline {
    text-align: center;
    display: block;
    padding-top: 5px;
  }

  footer>div a.underline::before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  footer>div a.underline:hover::before {
    opacity: 1;
  }


  #foot_sns ul {
    width: 60%;
    max-width: 300px;
    margin: 5% auto 10px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
  }

  #foot_sns ul li:nth-child(1) {
    width: 25%;
    padding-left: 5px;
    padding-bottom: 5px;
  }

  #foot_sns ul li:nth-child(2) {
    width: 6%;
    padding-left: 5px;
    padding-bottom: 5px;
  }

  #foot_sns ul li:nth-child(3) {
    width: 10%;
    padding-left: 5px;
    padding-bottom: 5px;
  }

  #foot_sns ul li:nth-child(4) {
    width: 12%;
    padding-left: 5px;
    padding-bottom: 5px;
  }

  #foot_sns ul li:nth-child(5) {
    width: 100%;
    padding-bottom: 5px;
  }

  #lecture>div>img:nth-of-type(3) {
    width: 13%;
    position: absolute;
    right: 4%;
    top: 25%;
  }

  #lecture div dl+p span {
    background: url(../img/icon_intro.png) no-repeat left top;
    background-size: 20px auto;
    padding: 5px 30px 5px 28px;
  }

  #anc_staff h2 {
    padding-top: 20px;
  }

  #ticket h2 {
    padding-top: 20px;
  }

  .plus_ban {
    width: 80%;
    max-width: 400px;
    top: 1450px;
    display: block;
  }

  .plus_ban a {
    width: 100% !important;
    margin-bottom: 20px;
  }

  #anc_beginners {
    margin-top: 0;
  }


  #anc_beginners>div>p:nth-of-type(1) {
    text-align: left;
    padding-top: 10px;
  }


  .shose {
    font-size: 100%;
  }

  .begin_detail,
  .begin_entry {
    max-width: 470px;
    padding-left: 0;
    margin: 50px auto 0 !important;
  }

  .begin_detail {
    max-width: 370px;
  }

  .begin_detail::before,
  .begin_entry::before {
    top: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }

  .begin_line {
    padding-left: 0;
  }

  .begin_detail+ul {
    max-width: 480px;
    margin: 10px auto;
  }

  #anc_study h2 {
    padding-top: 80px;
  }

  #anc_study>img {
    top: 160px;
  }

  #anc_beginners_top,
  #anc_study_top {
    padding-top: 40px;
    margin-top: -40px;
  }

  #anc_beginners h2{
    padding-top:10px;
    top:-37px;
  }
  .begin_detail+p {
    max-width: 370px;
    margin: 5px auto;
  }

  #anc_study h2 {
    top: -145px;
  }

  #anc_study h3 {
    font-size: 140%;
  }


  @media screen and (max-width: 780px) {
    #main_date {
      top: 900px;
    }

    #main_data {
      top: 1120px;
    }

    .text_link {
      top: 1290px;
    }

    .nav_plus {
      top: 1500px;
    }
    #ticket dl{
      margin-bottom:30px;
      line-height: 1.6;
    }
    #ticket dl dt{
      width:100%;
      text-align: center;
      font-size:110%;
    }
    #ticket dl dd{
      width:100%;
      text-align: center;
    }
    #ticket dl:nth-of-type(1){
      margin-bottom:60px;
    }
    #ticket dl dd a.btn_ticket {
      width: 280px;
      position: absolute;
      bottom: -40px;
      left: 0;
      right:0;
      padding:3px 10px;
      font-size:100%;
      margin:0 auto;
  }
    #ticket dl dd small{
      position: relative;
      bottom:0;
      right:0;
      left:0;
      margin:0 auto;
    }
    


  }

  @media screen and (max-width: 720px) {
    #main_date {
      top: 820px;
    }

    #main_data {
      top: 1040px;
    }

    .text_link {
      top: 1220px;
    }

    .nav_plus {
      top: 1450px;
    }

  }


  @media screen and (max-width: 680px) {

    #sns ul {
      width: 40%;
      bottom: -35px;
    }
    .nav_plus {
      top: 108%;
      font-size: 110%;
    }


    #talk {
      padding-top: 40px;
      margin-top: 27%;
    }

    #talk .img_more {
      width: 120px;
      top: -40px;
    }

    .dancer_btm li span {
      font-size: 100%;
    }

    #ticket {
      padding-bottom: 0;
    }

    .dancer_a>div:last-child {
      max-width: 260px;
    }

    .sanjo p {
      font-size: 100%;
    }

    .plus_ban {
      top: 1300px;
    }
  }
  @media screen and (max-width: 620px) {
    .credit{
      text-align: center;
      margin-top:30px;
    }
    .credit img{
      width:90%;
      max-width:350px;
      margin:0 auto;
    }
  }


  @media screen and (max-width: 580px) {

    #main h1 img:nth-child(2) {
      width: 8%;
      right: 7%;
    }

    #main h1 img:nth-child(3) {
      width: 23%;
      left: 7%;
    }

    .main_img #illust01 {
      width: 28%;
      top: 260px;
      right: -10px;
    }

    .main_img #illust02 {
      width: 35%;
      top: 350px;
      left: 37%;
    }

    .main_img #illust03 {
      width: 27%;
      top: 360px;
      left: 5%;
    }

    #main_date {
      top: 700px;
    }

    #main_data {
      top: 910px;
    }

    .text_link {
      top: 1140px;
    }

    .dancer_a>div:nth-child(1)>img {
      width: 150px;
    }

    .dancer_a>div:nth-child(2)>img {
      width: 120px;
    }

    .dancer_a>div:nth-child(3)>img {
      width: 150px;
    }

    .dancer_a>div:last-child {
      max-width: 46%;
    }

    .dancer_btm li {
      font-size: 110%;
    }

    .br_580 {
      display: inline;
    }

    .foot_data li {
      text-indent: 0px;
      margin-left: 0px;
      font-size: 100%;
      line-height: 1.4;
      margin-bottom: 10px;
    }

    .sanjo p {
      font-size: 90%;
      letter-spacing: -0.05em;
    }

    #anc_dancer h3::before {
      width: 70px;
      right: -90px;
    }

    #anc_dancer h3::after {
      width: 70px;
      left: -90px;
    }

    #anc_dancer h2+p {
      line-height: 1.4;
      margin: 5% 0 5%;
    }

    .dancer_a>div>div dl dd {
      font-size: 110%;
    }

    .dancer_a>div>div {
      width: 95%;
      margin: 0 auto;
    }

    .dancer_btm {
      background: url(../img/dancer_sp.png) no-repeat right 3px top 10px;
      background-size: 30% auto;

    }

    .price_btm {
      font-size: 75%;
    }

    .plus_ban {
      top: 1220px;
    }
    #anc_staff>div+p{
      font-size:85%;
      text-align: left;
    }

    #anc_staff>div+p .sp_br_no{
      display: none;
    }
    #anc_staff>div dl{
      width:100%;
      font-size:90%;
      margin-left:0!important;
    }

  }


  @media screen and (max-width: 480px) {
    body {
      font-size: 13px;
      line-height: 1.8;
    }
    #main{
      display: none;
    }

    #sns ul {
      bottom: -30px;
      right: 60px;
    }
    #main_sp img:nth-of-type(2){
      width:101%;
      max-width:unset;
      margin-left:-1%;
      margin-top:-20%;
    }
    .main_seat {
      width: 85%;
      margin-top:20px;
    }
    .main_seat>a {
      font-size: 115%;
    }
    .main_ticket {
      width: 85%;
    }
    .main_contact>div{
      width:90%;
      margin:10px auto 15px;
    }
    .main_contact>div a {
      max-width:300px;
      display: block;
      text-align: center;
      padding: 10px 10px 10px;
      border-radius: 20px;
      margin: 0 auto;
    }
    .main_contact>div a img{
      width:80%;
    }
    .main_contact>p{
      font-size:130%;
      width:100%;
    }
    .nav_plus {
      width: 85%;
      margin-top:25px;
    } 
    #anc_story h2{
      padding-top:10px;
      margin-bottom:-45px;
    } 

 
    #pageTop {
      right: 0px;
      bottom: -80px
    }

    #pageTop a {
      display: block;
      width: 40px;
      height: 140px;
      background: url(../img/pagetop.png) no-repeat;
      background-size: 100%;
    }


    .only_pc480 {
      display: none;
    }

    .only_sp480 {
      display: block;
    }

    #anc_beginners h2 {
      top: -84px;
    }

    #anc_study::before {
      content: '';
      width: 140px;
      height: 100px;
      background: url(../img/study_ttl_icon.png) no-repeat top right;
      background-size: 100% auto;
      display: block;
      position: absolute;
      top: -130px;
      left: -5px;
      z-index: 5;
    }

    #anc_study h2 {
      top: -180px;
    }

    .shose {
      padding-bottom: 180px;
    }

    .shose>img {
      width: 90%;
      max-width: 210px;
      position: absolute;
      top: auto;
      right: 0;
      left: 0;
      bottom: 0;
      display: block;
      margin: 0 auto;
    }

    .shose h3 {
      font-size: 170%;
      text-align: center;
    }

    .shose p:first-of-type {
      margin-bottom: 0;
    }
    #anc_beginners{
      width:96%;
    }
    .begin_detail dd a {
      margin-left: 0;
    }

    #anc_beginners>div{
      width:97%;
    }
    .begin_detail::before,
    .begin_entry::before {
      width: 100%;
      text-align: center;
      font-size: 120%;
      top: -28px;
    }
    .begin_detail{
      font-size:110%;
    }

    .begin_qr {
      width: 100%;
    }

    .begin_qr>a {
      position: static;
      margin: 20px auto 20px;
    }

    .begin_line {
      margin-top: 30px;
      position: relative;
    }

    .begin_line span {
      width: 100%;
      display: block;
      position: absolute;
      top: -25px;
      left: 0;
      text-align: center;
      font-size: 100%;
      font-weight: bold;
    }

    .begin_line a {
      margin-top: 5px;
    }

    .begin_line br {
      display: none;
    }

    #anc_study h3+p {
      width: 70%;
      text-align: left;
      margin-top: 20px;
    }

    #anc_study h3+p br {
      display: none;
    }

    #anc_study>img {
      width: 28%;
      top: 100px;
      right: 7px;
    }

    .begin_detail dt {
      width: 45px;
      letter-spacing: 0.05rem;
    }

    .begin_detail dd {
      width: calc(100% - 45px);
    }

    .begin_detail+ul {
      width: 100%;
      margin: 10% auto;
    }

    .begin_detail+ul li {
      margin-left: 10px;
    }
    #anc_beginners::before {
      width: 50px;
    }
    #anc_beginners::after {
      width: 70px;
    }
    #anc_beginners h2 {
      width:230px;
      top: -31px;
      font-size:150%;
    }

    #anc_dancer h2{
      margin-bottom:-50px;
    }
    .dancer_a>dl dt{
      margin-bottom:8px;
    }
    .sanjo{
      font-size:105%;
    }
    .sanjo p{
      font-size:110%;
    }
    #anc_staff .sp_br{
      display: inline;
    }

    #ticket dl dt {
      width: 100%;
      text-align: center;
    }

    #ticket dl dd {
      width: 100%;
      text-align: center;
      margin: -3px auto 15px;
      display: block;

    }

    #ticket dl dd em {
      font-size: 100%;
    }

    #ticket dl dd small {
      position: static;
    }

    .ticket_p {
      font-size: 90%;
    }

    .foot_data li {
      width: 100%;
      text-align: center;
    }

    footer h3 {
      font-size: 160%;
    }

    .begin_detail {
      max-width: 270px;
    }

    .begin_detail+p {
      width: 270px;
    }

    #anc_staff h2::before {
      width: 40px;
      left: 0;
    }

    #ticket h2::after {
      width: calc(100% - 45px);
    }

    #ticket h2::before {
      width: 40px;
      left: 0;
    }

    #anc_staff h2::after {
      width: calc(100% - 45px);
    }


    #anc_staff{
      width:100%;
      margin-top:30px;
    }
    #anc_staff h2{
      padding:0;
      margin-bottom:-50px;
    }
    #anc_staff>div dl:nth-child(1), #anc_staff>div dl:nth-child(2){
      margin-left:0;
    }
    #anc_staff>div dl dt{
      width:180px!important;
    }
    #anc_staff>div dl dd {
      width: calc(100% - 180px)!important;
    }
    #ticket{
      width:100%;
      margin-top:30px;
    }
    #ticket h2{
      padding:0;
      margin-bottom:-40px;
    }
    footer .bunka{
      max-width:250px;
      margin-bottom:20px;
      padding-top:20px;
    } 
  }

  @media screen and (max-width: 420px) {
    .main_contact>p{
      font-size:160%;
    }
    .main_contact>p span{
      display: block;
      text-align: center;
    }

    #anc_beginners::before {
      width: 40px;
      left:-20px;
      top: 250px;
    }
    #anc_beginners::after {
      width: 50px;
      top: -50px;
      right:-10px;
    }

    #anc_staff>div dl{
      font-size:90%;
    }
    #anc_staff>div dl dt {
      width: 105px!important;
    }
    #anc_staff>div dl dd {
      width: calc(100% - 105px)!important;
    }
    #anc_staff>div dl:nth-child(1) dt:nth-of-type(6) {
      width: 130px!important;
    }
    #anc_staff>div dl:nth-child(1) dd:nth-of-type(6) {
      width: calc(100% - 130px)!important;
    }
    #anc_staff>div dl:nth-child(2) dt:nth-of-type(3) {
      width: 165px!important;
    }
    #anc_staff>div dl:nth-child(2) dd:nth-of-type(3) {
      width: calc(100% - 165px)!important;
    }
    #anc_staff>div dl:nth-child(2) dt:nth-of-type(5) {
      width: 155px!important;
    }
    #anc_staff>div dl:nth-child(2) dd:nth-of-type(5) {
      width: calc(100% - 155px)!important;
    }


  }
  @media screen and (max-width: 340px) {

    body{
      font-size:11px;
    }
    .begin_detail {
      max-width: 220px;
    }
    .begin_detail+p {
      width:220px;
    }
    #anc_staff>div dl {
      font-size: 85%;
    }
    #anc_staff>div dl dt {
      width: 90px!important;
    }
    #anc_staff>div dl dd {
      width: calc(100% - 90px)!important;
    }
    #anc_staff>div dl:nth-child(1) dt:nth-of-type(6) {
      width: 105px!important;
    }
    #anc_staff>div dl:nth-child(1) dd:nth-of-type(6) {
      width: calc(100% - 105px)!important;
    }
    #anc_staff>div dl:nth-child(2) dt:nth-of-type(3) {
      width: 140px!important;
    }
    #anc_staff>div dl:nth-child(2) dd:nth-of-type(3) {
      width: calc(100% - 140px)!important;
    }
    #anc_staff>div dl:nth-child(2) dt:nth-of-type(5) {
      width: 130px!important;
    }
    #anc_staff>div dl:nth-child(2) dd:nth-of-type(5) {
      width: calc(100% - 130px)!important;
    }


  }
}

/* スマホのときのみ電話をかける */
@media (min-width: 850px) {
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none !important;
  }
}