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

  body:before {
    height: 75px;
    top: 0;
  }

  body:after {
    height: 75px;
    bottom: 0;
  }


  #header {
    border-bottom: none;
    height: 35px;
  }

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

  header nav ul li:first-child {
    width: 80% !important;
    max-width: 220px;
    text-align: center;
    margin: 0 auto 20px;
  }

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

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


  #sns {
    position: relative;
    padding: 0;
  }

  #sns>a {
    width: 70%;
    display: block;
    max-width: 200px;
    position: static;
    padding-bottom: 10px;
    margin-top: 5px;
  }

  #header nav ul {
    width: 90%;
    max-width: 290px;
  }

  #header nav ul li {
    font-size: 130%;
  }

  #main {
    width: 90%;
    max-width: 1400px;
    height: 1350px;
    min-height: unset;
  }

  h1 {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    pointer-events: none;
  }

  h1 img:nth-child(1) {
    width: 10%;
    position: absolute;
    top: 0;
    right: 0;
  }

  h1 img:nth-child(2) {
    width: 14%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .main_img {
    height: 900px;
  }

  .main_img img:nth-child(1) {
    width: 72%;
    position: absolute;
    top: -40px;
    right: 15%;
  }

  .main_img img:nth-child(2) {
    width: 90%;
    top: 20px;
    right: 6%;
  }

  #main_price a {
    margin: 0 30%;
  }

  #main_price {
    text-align: center;
    display: block;
  }

  #main_price img:nth-of-type(1) {
    width: 80%;
    max-width: 300px;
    margin: 0 auto 10px;
  }

  #main_price img:nth-of-type(2) {
    width: 90%;
    max-width: 380px;
    margin: 20px auto 10px;
  }

  #main_icon {
    width: 45%;
  }

  #main_date {
    width: 90%;
    max-width: 400px;
    position: absolute;
    top: auto;
    bottom: 480px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  #main_date>a {
    margin-top: 20px;
  }

  #main_contact {
    display: block;
    text-align: center;
  }

  #main_contact>a:nth-child(1) {
    width: 90%;
    max-width: 450px;
    margin: 0 auto 15px;
  }

  #main_contact>a:nth-child(2) {
    width: 90%;
    max-width: 370px;
    margin: 0 auto 15px;
  }

  #main_renzoku {
    max-width: 370px;
  }

  #main_renzoku>a:nth-child(2) {
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #anc_nav {
    display: none;
  }

  #main_person {
    margin-top: 80px;
  }

  #main_person {
    width: 90%;
    display: block;
    text-align: center;
  }

  /*   #main_person>img:nth-child(1) {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
  } */

  #main_person>img:nth-child(1) {
    width: 60%;
    max-width: 350px;
    margin: 0 auto;
    padding-top: 50px;
  }



  section {
    padding: 30px 3% 0;
  }

  #anc_story_sp::before {
    content: '';
    width: 17%;
    height: 500px;
    display: block;
    background: url(../img/main04_sp.png) no-repeat top left;
    background-size: 100% auto;
    position: absolute;
    top: -60px;
    left: 0px;
    z-index: 2;
  }

  #anc_story_sp>div {
    padding: 7% 0;
    width: 100%;
    background: #fcefefbf;
  }

  #anc_story_sp h2 {
    width: 35%;
    margin: 0 auto 3%;
  }

  #anc_story_sp>div>div {
    width: 90%;
    margin: 0 auto 1% !important;
  }

  #anc_story_sp .story01 {
    /*     background: url(../img/story_img01.png) no-repeat bottom center; */
    background: url(../img/main02_sp.png?2023) no-repeat bottom center;
    background-size: 300px auto;
    padding: 10px 0 280px 0;
  }

  #anc_story_sp .story02 {
    background: url(../img/story_img01.png?2023) no-repeat bottom center;
    background-size: 300px auto;
    padding: 10px 0 300px 0;
  }

  #anc_cast h2 {
    width: 38%;
  }

  .sanjo {
    width: 90%;
    max-width: 400px;
    margin: 2% auto;
  }

  #anc_staff>div dl:nth-child(1) {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }

  #anc_staff>div dl:nth-child(1) dt {
    width: 200px;
  }

  #anc_staff>div dl:nth-child(2) dt {
    width: 200px;
  }

  #anc_staff>div dl:nth-child(1) dd,
  #anc_staff>div dl:nth-child(2) dd {
    width: calc(100% - 200px);
  }

  #anc_staff>div dl:nth-child(2) {
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }





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


  #ticket>img {
    display: none;
  }

  #ticket>div:nth-of-type(1) {
    max-width: 450px;
  }

  #ticket dl {
    display: flex;
    font-size: 110%;
    align-items: flex-start;
  }

  #ticket dl dt {
    min-width: 155px;
  }

  #ticket dl:nth-of-type(1) dt {
    min-width: 200px;
  }

  #ticket dl:nth-of-type(6) dt {
    min-width: 250px;
  }

  #ticket dl:nth-of-type(1) {
    margin-bottom: 70px;
  }

  #ticket dl:nth-of-type(2) {
    margin-bottom: 20px;
  }


  #ticket dl dd a.btn_ticket {
    width: 250px;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #ticket dl {
    margin-bottom: 20px;
  }

  #ticket dl dd em {
    padding-left: 0;
  }

  #ticket dl dd a {
    text-decoration: none;
  }

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

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


  #ticket>div>div img+p>a {
    margin-top: 5px;
  }

  #corona {
    width: 100% !important;
    max-width: 620px !important;
    padding: 2% 0 1.5%;
  }

  #corona p {
    text-indent: -1.8rem;
    margin-left: 3.2rem;
    line-height: 1.6;
    margin-bottom: 5px;
  }


  .bunka ul {
    width: 100%;
    font-size: 90%;
    line-height: 2.0;
    text-align: center;
  }

  .bunka img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 3%;
  }

  .hall>img {
    width: 70%;
    max-width: 350px;
    margin: 0 auto 1%;
  }

  .hall>div {
    width: 100%;
    text-align: center;
  }

  footer {
    padding: 5% 0 0%;
  }

  footer>div {
    max-width: 450px;
    padding-bottom: 20px;
  }

  footer>div>a {
    display: block;
    text-align: center;
  }

  footer>div>a>img {
    width: 80%;
    max-width: 220px;
    margin-bottom: 5px;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .foot_data li {
    text-indent: -72px;
  }

  .hall>div {
    display: block;
  }

  .hall>div img {
    margin: 5px auto 0;
  }

  .hall p {
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
  }

  #foot_sns ul {
    width: 60%;
    max-width: 300px;
    margin: 1% 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: 10%;
    padding-left: 5px;
    padding-bottom: 5px;
  }

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

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

  #foot_sns ul li:last-child {
    text-align: center;
  }

  #foot_sns ul li:last-child a {
    margin: 0 auto;
  }

  #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;
    width: 25%;
    max-width: 100px;
    margin-bottom: 20px;
  }

  #ticket h2 {
    width: 25%;
    max-width: 100px;
    margin: 10% auto 5%;
  }

  #corona02 {
    margin: 12% auto;
    padding: 6% 5% 3%;
  }

  #corona02 p {
    width: 90%;
    max-width: 360px;
    font-size: 80%;
    line-height: 1.6;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    background: #020202;
    padding: 0 1%;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }




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


    #sns>p {
      margin-left: 10px;
      padding: 2px 0;
    }

    #sns ul {
      width: 40%;
      bottom: -35px;
    }

    #main {
      background: url(../img/main_img.jpg) no-repeat center top 0;
      background-size: 100% auto;
    }


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

    #ticket dl dd a.btn_ticket {
      width: 260px;
      left: 0;
      right: 0;
      margin: 0 auto;
    }

    #ticket dl dt {
      min-width: 140px;
    }

    #ticket dl dd small {
      left: 145px;
    }

    #ticket ul {
      font-size: 90%;
    }

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


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

    .br_580 {
      display: inline;
    }

    #ticket dl:nth-of-type(1) dt {
      min-width: 180px;
    }

    #ticket dl:nth-of-type(6) dt {
      min-width: 220px;
    }

    #ticket>div:nth-of-type(1) {
      max-width: 350px;
    }



    .hall {
      margin-top: 20px;
    }

    .hall>div p {
      line-height: 1.4;
      margin: 5px auto 0;
    }

    .hall>div img {
      max-width: 200px;
    }

    footer>div>a>img {
      top: 50px;
    }

  }

  @media screen and (max-width: 600px) {
    #main {
      height: 1160px;
    }

    .main_img {
      height: 720px;
    }

    #anc_cast .cast_list {
      max-width: 450px;
    }

    #anc_cast .cast_list dl {
      width: 47%;
    }

  }

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

    #sns ul {
      bottom: -30px;
      right: 70px;
    }

    #main {
      height: 1030px;
    }

    #main_date {
      bottom: 430px;
    }

    .main_img {
      height: 630px;
    }

    #main_renzoku>a:nth-child(2) {
      width: 155px;
    }

    .music {
      margin-bottom: 20%;
    }

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

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

    #anc_staff>div dl {
      max-width: 350px !important;
    }

    #anc_staff>div dl:nth-child(1) dt,
    #anc_staff>div dl:nth-child(2) dt {
      width: 170px;
    }

    #anc_staff>div dl:nth-child(1) dd,
    #anc_staff>div dl:nth-child(2) dd {
      width: calc(100% - 170px)
    }

    #ticket dl:nth-of-type(1) {
      margin-bottom: 60px;
    }

    #ticket dl dd a.btn_ticket {
      bottom: -38px;
    }

    #ticket>div:nth-of-type(1) {
      max-width: 300px;
    }

    #ticket dl {
      margin-bottom: 20px;
    }

    #ticket dl:nth-of-type(2) {
      margin-bottom: 20px;
    }

    #ticket dl dt {
      min-width: 120px;
    }

    #ticket dl:nth-of-type(1) dt {
      min-width: 150px;
    }

    #ticket dl:nth-of-type(6) dt {
      min-width: 150px;
    }

    #foot_sns ul {
      width: 100%;
      max-width: 250px
    }

    .foot_data li {
      text-indent: -65px;
    }
  }

  @media screen and (max-width: 425px) {
    #main {
      height: 860px;
    }

    .main_img {
      height: 510px;
    }

    #main_date {
      bottom: 380px;
    }

    .dancer_btm {
      background: url(../img/dancer_sp.png) no-repeat right 3px bottom 0;
      background-size: 35% auto;
      padding: 0 0 90px 0;
    }

    #foot_sns ul li:nth-child(5) {
      padding-bottom: 0;
    }

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

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

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

    #sns>p {
      font-size: 100%;
    }

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

    .br_425 {
      display: inline;
    }

    .inline_425 {
      display: none;
    }


  }

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

    #main {
      height: 930px;
    }

    .main_img {
      height: 510px;
    }

    #main_date {
      bottom: 440px;
    }

    #main_person {
      margin-top: 0;
    }

    #anc_staff>div dl:nth-child(1) dt,
    #anc_staff>div dl:nth-child(2) dt {
      width: 150px;
      font-size: 95%;
    }

    #anc_staff>div dl:nth-child(1) dd,
    #anc_staff>div dl:nth-child(2) dd {
      width: calc(100% - 150px);
      font-size: 95%;
    }

    #ticket dl dt {
      min-width: 100px;
    }


    .bunka dl {
      width: 94%;
      margin: 5% 3% 1%;
    }

    .foot_data li {
      letter-spacing: -0.05rem;
      font-size: 90%;
    }

    footer>div {
      line-height: 1.4;
    }
  }

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


    #ticket>div {
      font-size: 90%;
    }

    .bunka dl dt,
    .bunka dl dd {
      font-size: 80%;
    }

    .foot_data li {
      font-size: 80%;
    }

    #sns ul {
      bottom: -25px;
    }

  }

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

    #main {
      height: 850px;
    }

    #main_date {
      bottom: 400px;
    }

    .main_img {
      height: 470px;
    }

    #ticket>div {
      letter-spacing: -0.05rem;
    }

    #ticket dl dt {
      min-width: 93px;
    }

    .bunka dl dt,
    .bunka dl dd {
      font-size: 75%;
    }

    #anc_staff>div dl:nth-child(1) dt,
    #anc_staff>div dl:nth-child(2) dt {
      width: 135px;
      font-size: 90%;
      letter-spacing: -0.1rem;
    }

    #anc_staff>div dl:nth-child(1) dd,
    #anc_staff>div dl:nth-child(2) dd {
      width: calc(100% - 135px);
      font-size: 90%;
      letter-spacing: -0.1rem;
    }

  }

  @media screen and (max-width: 340px) {
    #main {
      height: 810px;
    }

    .main_img {
      height: 440px;
    }

    #corona02 p {
      width: 91%;
      font-size: 60%;
    }

    #anc_staff {
      padding-left: 0;
      padding-right: 0;
    }

    #ticket>div:nth-of-type(1) {
      width: 100%;
    }


  }
}

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