@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;
    background: 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 nav ul li {
    width: 100% !important;
    max-width: 150px;
    margin: 0 auto 5%;
    display: block;
  }

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


  header nav ul li img {
    mix-blend-mode: multiply;
    display: block;
  }

  header nav ul li:first-child img {
    max-width: 120px;
    margin: 0 auto;
  }

  header nav ul li:nth-of-type(3) {
    max-width: 170px;
  }

  header nav ul li:nth-of-type(7) a {
    width: 310px;
    margin-left: -100px;
    padding: 5px 20px;
    border: 1px solid #a68948;
    border-radius: 20px;
    background: #fff;
  }

  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: 250px;
    display: block;
    padding: 5px 0 5px 10px;
    box-sizing: border-box;
  }

  #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 {
    height: 1450px;
    text-align: center;
  }

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

  #header nav ul li {
    width: 48% !important;
    max-width: unset;
  }

  #header nav ul li:nth-child(1),
  #header nav ul li:nth-child(7),
  #header nav ul li:nth-child(8) {
    width: 100% !important;
  }

  #header nav ul li:nth-child(7) a {
    width: 100% !important;
    margin-left: 0;
    display: block;
    box-sizing: border-box;
  }

  #main {
    margin-top: 5%;
    text-align: center;
  }

  #main_data>img {
    width: 60%;
    max-width: 300px;
    margin: 0 auto 3%;
  }

  #main h1 {
    width: 100%;
    max-width: unset;
    position: relative;
    top: auto;
    left: auto;
    margin-top: -20px;
  }

  #main h1 img:nth-child(4) {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .main_img #illust00 {
    width: 50%;
    top: 0;
    left: 10%;
  }

  .main_img #illust01 {
    width: 32%;
    top: 350px;
    right: -20px;
  }

  .main_img #illust02 {
    width: 40%;
    top: 480px;
    left: 30%;
  }

  .main_img #illust03 {
    width: 30%;
    top: 490px;
    left: 5%;
  }

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

  .text_link {
    width: 90%;
    max-width: 450px;
    margin: 0 auto;
    font-size: 130%;
    top: 1330px;
    left: 0;
    right: 0;
    padding-right: 0;
  }

  .corona {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }

  .corona a {
    border-top: 1px solid #a68948;
    line-height: 1.2;
    padding: 10px;
    box-sizing: border-box;
  }

  .corona a:hover {
    border-top: 1px solid #fff;
  }

  nav ul li a {
    padding-top: 15px;
  }

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

  #anc_story {
    margin-top: -100px;
    z-index: -1;
    background: url(../img/story_bg.png) no-repeat;
    background-size: auto 120%;
    background-blend-mode: normal;
    padding-bottom: 5%;
    padding-top: 3%;
    position: relative;
  }

  #anc_story h2 {
    background: url(../img/story02.png) no-repeat top center;
    background-size: 300px auto;
    padding-top: 200px;
  }

  #anc_story h2 img {
    max-width: 220px;
  }

  #anc_story>div .story01 {
    width: 100%;
  }

  .story02 p {
    width: 100%;
  }

  #anc_story>div>img {
    width: 100%;
    max-width: 600px;
    margin: 3% auto;
  }

  #anc_artist {
    margin: -100px auto 0;
  }

  #anc_artist:before {
    content: '';
    width: 0;
    height: 0;
    display: none;
  }

  #anc_artist:after {
    content: '';
    width: 0;
    height: 0;
    display: none;
  }

  #anc_artist h2 {
    padding-bottom: 5%;
  }

  #anc_artist dl:before {
    width: 100% !important;
    top: -320px;
  }

  #anc_artist dl dt {
    text-align: center;
  }

  #anc_artist dl dt img {
    width: 500px;
    display: block;
    position: absolute;
    top: -310px;
    left: 0;
    right: 0;
    margin: 0 auto
  }

  #anc_artist dl dt span {
    display: inline-block;
    width: 190px;
    padding: 0 0 0 0;
    font-size: 180%;
    top: -345px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  #anc_artist dl:nth-of-type(2) dt img {
    top: -270px;
  }

  #anc_artist dl:nth-of-type(2) dt span {
    width: 320px;
    top: -320px;
  }

  #anc_artist dl:nth-of-type(2):before {
    top: -300px;
  }

  #anc_artist dl:nth-of-type(3) dt img {
    top: -270px;
  }

  #anc_artist dl:nth-of-type(3) dt span {
    width: 320px;
    top: -320px;
  }

  #anc_artist dl:nth-of-type(3):before {
    top: -300px;
  }

  #anc_artist dl:nth-of-type(4) dt img {
    top: -270px;
  }

  #anc_artist dl:nth-of-type(4) dt span {
    width: 320px;
    top: -320px;
  }

  #anc_artist dl:nth-of-type(4):before {
    top: -300px;
  }

  #anc_artist dl dd {
    width: 100%;
    margin: 370px 0 5%;
    padding: 15% 5% 5%;
  }

  #anc_artist dl dd strong {
    font-size: 170%;
    text-align: center;
  }

  #anc_artist dl dd span {
    font-size: 160%;
    text-align: center;
    line-height: 1.6;
  }

  #anc_artist dl dd span small {
    display: block;
  }

  #anc_artist dl dd>img {
    width: 200px;
    margin: 1% auto 4%;
  }

  #anc_dancer h2 img {
    max-width: 220px;
  }

  .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%;
  }

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

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

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

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

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

  #ticket {
    width: 95%;
  }

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

  #ticket h2::before {
    top: -15px;
  }

  #ticket h2::after {
    top: 10px;
  }


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

  #ticket>img {
    display: none;
  }

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

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

  #ticket dl dd a.btn_ticket {
    bottom: -40px;
    left: 160px;
  }

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


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

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


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

  .bunka {
    max-width: 430px;
    padding: 60px 0 5px 0;
    background: url(../img/icon_bunka.png) no-repeat center top 10px;
    background-size: 80px auto;
    text-align: center;
    line-height: 1.6;
  }

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

  footer>div {
    text-align: center;
  }

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

  #anc_story {
    margin-top: 180px;
  }

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

  .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 {
    top: -88px;
  }

  .begin_detail+p {
    max-width: 400px;
    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;
    }

  }

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

    #header {
      height: 1300px;
    }

    #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: 300px;
      right: -10px;
    }

    .main_img #illust02 {
      width: 35%;
      top: 400px;
      left: 30%;
    }

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

    #main_date {
      top: 810px;
    }

    #main_data {
      top: 1020px;
    }

    .text_link {
      top: 1240px;
    }

    .nav_plus {
      top: 108%;
      font-size: 110%;
    }

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

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

    .plus_ban {
      top: 1300px;
    }
  }

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

    #header {
      height: 1210px;
    }

    #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: 95%;
      line-height: 1.4;
      margin-bottom: 10px;
    }

    .sanjo p {
      font-size: 100%;
      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;
    }

  }


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

    #header {
      height: 990px;
    }

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

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

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

    .main_img #illust00 {
      top: 30px;
    }

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

    .main_img #illust02 {
      width: 40%;
      top: 315px;
      left: 32%;
      min-width: unset;
    }

    .main_img #illust03 {
      width: 30%;
      top: 327px;
      left: 5%;
      min-width: unset;
    }

    #main_date {
      top: 580px;
    }

    #main_data {
      top: 750px;
    }

    #main_data .price::before {
      top: -30px;
    }

    .text_link {
      top: 940px;
      max-width: 370px;
    }


    #dancer p {
      font-size: 90%;
      letter-spacing: -0.04em;
      line-height: 1.8;
      margin-bottom: 6%;
    }

    #dancer h3 {
      background: url(../img/menu.png) no-repeat top center;
      background-size: 100px auto;
      padding: 35px 0 10px;
    }

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


    #ticket dl dd a.btn_ticket {
      padding: 3px 30px;
      width: 230px;
      bottom: -30px;
    }

    #ticket dl dd small {
      bottom: -15px;
      left: 130px;
    }

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

    #anc_story h2 {
      background: url(../img/story02.png) no-repeat top center;
      background-size: 240px auto;
      padding-top: 170px;
    }

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

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

    #lecture div dl dt {
      width: 60px;
      letter-spacing: -0.05em;
    }

    #lecture div dl dd {
      width: calc(100% - 60px);
      letter-spacing: -0.05em;
    }


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

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

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

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

    .plus_ban {
      top: 1070px;
    }

    .plus_ban a {
      margin-bottom: 15px;
    }

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

    .begin_detail dd a {
      margin-left: 0;
    }

    .begin_detail::before,
    .begin_entry::before {
      width: 100%;
      text-align: center;
      font-size: 120%;
      top: -28px;
    }

    .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: 110%;
      font-weight: bold;
    }

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

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

    .study_reseve {
      line-height: 1.4;
    }

    .study_reseve p {
      margin-bottom: 10px;
    }

    #anc_artist h2 {
      padding-top: 5%;
      margin-bottom: 0;
      padding-bottom: 2%;
    }

    #anc_artist dl dd {
      margin-top: 340px;
    }

    #anc_artist dl dt img {
      top: -280px;
    }

    #anc_artist dl dt span {
      width: 150px !important;
      top: -315px;
      font-size: 160%;
    }

    #anc_artist dl:before {
      top: -295px;
    }

    #anc_artist dl:nth-of-type(2) dt img {
      top: -230px;
    }

    #anc_artist dl:nth-of-type(2) dt span {
      width: 250px !important;
      top: -270px;
    }

    #anc_artist dl:nth-of-type(2):before {
      top: -250px;
    }

    #anc_artist dl:nth-of-type(3) dt img {
      top: -230px;
    }

    #anc_artist dl:nth-of-type(3) dt span {
      top: -270px;
    }

    #anc_artist dl:nth-of-type(3):before {
      top: -250px;
    }

    #anc_artist dl:nth-of-type(4) dt img {
      top: -230px;
    }

    #anc_artist dl:nth-of-type(4) dt span {
      width: 250px !important;
      top: -270px;
    }

    #anc_artist dl:nth-of-type(4):before {
      top: -250px;
    }

    #anc_artist dl dt small {
      top: -233px;
      left: 0;
      right: 0;
      margin: 0 auto;
    }

    #anc_artist dl:nth-of-type(4) dd {
      padding-top: 19%;
    }

    .dancer_a>dl {
      width: 47%;
      margin-bottom: 2%;
    }

    .sanjo h3 {
      width: 130px;
    }

    .actor h3 {
      width: 130px;
    }


/* DW */
.jr{
margin-top:30px;
font-size:16px;
}
/* DW */

    .dancer_btm {
      padding: 50px 5% 50px 5%
    }

    .dancer_btm li:nth-of-type(1) span em,
    .dancer_btm li:nth-of-type(2) span em {
      display: inline-block;
      letter-spacing: 0.5rem;
      font-weight: 600 !important;
    }

    .dancer_btm li span em {
      min-width: 105px;
    }

    #anc_staff>div dl:nth-child(1) dt:nth-of-type(4) {
      width: 140px !important;
    }

    #anc_staff>div dl:nth-child(1) dd:nth-of-type(4) {
      width: calc(100% - 140px) !important;
      min-width: auto;
    }

    #anc_staff>div dl:nth-child(2) dt:nth-of-type(6) {
      width: 130px !important;
    }

    #anc_staff>div dl:nth-child(2) dd:nth-of-type(6) {
      width: calc(100% - 130px) !important;
      min-width: auto;
    }

    #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 {
      text-align: center;
    }

    footer h3 {
      font-size: 180%;
    }

    .begin_detail {
      max-width: 300px;
    }

    .begin_detail+p {
      width: 300px;
    }

    #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>div dl:nth-child(1) dt,
    #anc_staff>div dl:nth-child(2) dt {
      letter-spacing: -0.15rem;
      min-width: 125px;
    }

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

    #anc_staff h2 img {
      width: 65px;
    }

    #ticket h2 img {
      width: 125px;
    }

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

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

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

    .main_img #illust02 {
      width: 40%;
      top: 285px;
      left: 32%;
      min-width: unset;
    }

    .main_img #illust03 {
      width: 30%;
      top: 297px;
      left: 5%;
      min-width: unset;
    }

    #main_date {
      top: 520px;
    }

    #main_data {
      top: 670px;
      font-size: 110%;
    }

    .text_link {
      top: 840px;
    }

    .text_link>p:nth-child(1) a {
      font-size: 85%;
    }

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

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

    #anc_staff>div dl:nth-child(1) dt,
    #anc_staff>div dl:nth-child(2) dt {
      letter-spacing: -0.15rem;
      min-width: 110px;
    }

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

    .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%;
    }

    .plus_ban {
      top: 990px;
    }

    #main_data>div:nth-child(2) {
      margin-top: -20px;
    }

    .nav_plus {
      top: 100%;
    }

    #anc_story {
      margin-top: 110px;
    }

    #main_data>div:nth-child(1) {
      width: 45%;
    }

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

    #anc_artist dl dd {
      margin-top: 280px;
    }

    #anc_artist dl dt img {
      top: -240px;
    }

    #anc_artist dl dt span {
      width: 150px !important;
      top: -265px;
      font-size: 160%;
    }

    #anc_artist dl:before {
      top: -247px;
    }

    #anc_artist dl:nth-of-type(2) dt img {
      top: -200px;
    }

    #anc_artist dl:nth-of-type(2) dt span {
      width: 250px !important;
      top: -240px;
    }

    #anc_artist dl:nth-of-type(2):before {
      top: -222px;
    }

    #anc_artist dl:nth-of-type(3) dt img {
      top: -195px;
    }

    #anc_artist dl:nth-of-type(3) dt span {
      top: -240px;
    }

    #anc_artist dl:nth-of-type(3):before {
      top: -223px;
    }

    #anc_artist dl:nth-of-type(4) dt img {
      top: -210px;
    }

    #anc_artist dl:nth-of-type(4) dt span {
      width: 250px !important;
      top: -270px;
    }

    #anc_artist dl:nth-of-type(4):before {
      top: -250px;
    }

    #anc_artist dl dt small {
      top: -233px;
      left: 0;
      right: 0;
      margin: 0 auto;
    }

    .begin_detail,
    .begin_entry #anc_artist dl:nth-of-type(4) dd {
      padding-top: 0%;
    }
  }

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

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

    #anc_beginners {
      margin-top: 10px;
    }

    #anc_beginners::before {
      width: 110px;
      top: -110px;
    }

    #anc_beginners>div {
      width: 100%;
    }

    #anc_beginners h2 {
      top: -81px;
      font-size: 150%;
      width: 220px;
    }

    .shose h3 {
      font-size: 140%;
    }

    .begin_info h3 {
      width: 220px;
      top: -22px;
    }

    .begin_line span {
      font-size: 100%;
      pointer-events: none;
    }

    #anc_study {
      margin-top: 100px;
    }

    #anc_study h2 {
      top: -160px;
    }

    #anc_study::before {
      width: 110px;
      top: -110px;
    }

    #anc_study>div {
      width: 100%;
    }

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

    .study_reseve p {
      font-size: 130%;
    }

    .study_reseve ul {
      font-size: 110%;
    }

    #anc_artist h2 {
      font-size: 160%;
    }

    #anc_artist dl dd {
      margin-top: 280px;
    }

    #anc_artist dl dt img {
      top: -222px;
    }

    #anc_artist dl dt span {
      width: 150px !important;
      top: -255px;
      font-size: 160%;
    }

    #anc_artist dl:before {
      top: -239px;
    }

    #anc_artist dl:nth-of-type(2) dt img {
      top: -185px;
    }

    #anc_artist dl:nth-of-type(2) dt span {
      width: 250px !important;
      top: -228px;
    }

    #anc_artist dl:nth-of-type(2):before {
      top: -210px;
    }

    #anc_artist dl:nth-of-type(3) dt img {
      top: -180px;
    }

    #anc_artist dl:nth-of-type(3) dt span {
      top: -220px;
    }

    #anc_artist dl:nth-of-type(3):before {
      top: -203px;
    }

    #anc_artist dl:nth-of-type(4) dt img {
      top: -190px;
    }

    #anc_artist dl:nth-of-type(4) dt span {
      width: 250px !important;
      top: -250px;
    }

    #anc_artist dl:nth-of-type(4):before {
      top: -232px;
    }

    #anc_artist dl dt small {
      top: -216px;
      left: 0;
      right: 0;
      margin: 0 auto;
    }

    .nav_plus>div {
      width: 95%;
    }

  }

  @media screen and (max-width: 380px) {
    #header {
      height: 920px;
    }

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

    .main_img #illust02 {
      width: 40%;
      top: 265px;
      left: 32%;
      min-width: unset;
    }

    .main_img #illust03 {
      width: 30%;
      top: 267px;
      left: 5%;
      min-width: unset;
    }

    #main_date {
      top: 470px;
    }

    #main_data {
      top: 620px;
      font-size: 120%;
    }

    .text_link {
      top: 800px;
    }

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

    #main_data {
      font-size: 100%;
    }

    #anc_staff>div {
      font-size: 80%;
    }

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

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


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

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

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

    #sns ul {
      bottom: -25px;
    }

    .plus_ban {
      top: 930px;
    }

    #anc_artist h2 {
      font-size: 160%;
    }

    #anc_artist dl dd {
      margin-top: 280px;
    }

    #anc_artist dl dt img {
      top: -222px;
    }

    #anc_artist dl dt span {
      width: 150px !important;
      top: -255px;
      font-size: 160%;
    }

    #anc_artist dl:before {
      top: -239px;
    }

    #anc_artist dl:nth-of-type(2) dt img {
      top: -185px;
    }

    #anc_artist dl:nth-of-type(2) dt span {
      width: 250px !important;
      top: -228px;
    }

    #anc_artist dl:nth-of-type(2):before {
      top: -210px;
    }

    #anc_artist dl:nth-of-type(3) dt img {
      top: -180px;
    }

    #anc_artist dl:nth-of-type(3) dt span {
      top: -220px;
    }

    #anc_artist dl:nth-of-type(3):before {
      top: -203px;
    }

    #anc_artist dl:nth-of-type(4) dt img {
      top: -190px;
    }

    #anc_artist dl:nth-of-type(4) dt span {
      width: 250px !important;
      top: -250px;
    }

    #anc_artist dl:nth-of-type(4):before {
      top: -232px;
    }

    #anc_artist dl dt small {
      top: -216px;
      left: 0;
      right: 0;
      margin: 0 auto;
    }

    .dancer_btm {
      font-size: 90%;
    }

    .dancer_btm li span em {
      min-width: 90px;
    }

    #anc_staff>div dl:nth-child(1) dt:nth-of-type(4) {
      width: 120px !important;
    }

    #anc_staff>div dl:nth-child(1) dd:nth-of-type(4) {
      width: calc(100% - 120px) !important;
      min-width: auto;
    }

    #anc_staff>div dl:nth-child(2) dt:nth-of-type(6) {
      width: 110px !important;
    }

    #anc_staff>div dl:nth-child(2) dd:nth-of-type(6) {
      width: calc(100% - 110px) !important;
      min-width: auto;
    }
  }

  @media screen and (max-width: 350px) {
    header {
      height: 870px;
    }

    #main_data {
      top: 580px;
    }

    #main_data .price::before {
      top: -30px;
    }

    .text_link {
      top: 740px;
      font-size: 110%;
    }

    #main_data .price {
      width: 100%;
    }

    .price_btm li {
      letter-spacing: -0.05rem;
    }

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

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

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

    .plus_ban {
      top: 890px;
    }


    #anc_story {
      margin-top: 100px;
    }

    .study_reseve p {
      font-size: 120%;
    }

    .study_reseve ul {
      font-size: 100%;
    }

    footer h3 {
      font-size: 140%;
    }

    #anc_artist h2 {
      font-size: 140%;
      margin-top: 40px;
    }

    #anc_artist dl dd {
      margin-top: 250px;
    }

    #anc_artist dl dt img {
      top: -192px;
    }

    #anc_artist dl dt span {
      width: 150px !important;
      top: -235px;
      font-size: 160%;
    }

    #anc_artist dl:before {
      top: -218px;
    }

    #anc_artist dl:nth-of-type(2) dt img {
      top: -165px;
    }

    #anc_artist dl:nth-of-type(2) dt span {
      width: 250px !important;
      top: -208px;
    }

    #anc_artist dl:nth-of-type(2):before {
      top: -190px;
    }

    #anc_artist dl:nth-of-type(3) dt img {
      top: -160px;
    }

    #anc_artist dl:nth-of-type(3) dt span {
      top: -200px;
    }

    #anc_artist dl:nth-of-type(3):before {
      top: -182px;
    }

    #anc_artist dl:nth-of-type(4) dt img {
      top: -170px;
    }

    #anc_artist dl:nth-of-type(4) dt span {
      width: 250px !important;
      top: -220px;
    }

    #anc_artist dl:nth-of-type(4):before {
      top: -203px;
    }

    #anc_artist dl dt small {
      top: -186px;
      left: 0;
      right: 0;
      margin: 0 auto;
    }


  }

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

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

    .main_img #illust02 {
      width: 40%;
      top: 245px;
      left: 32%;
      min-width: unset;
    }

    .main_img #illust03 {
      width: 30%;
      top: 247px;
      left: 5%;
      min-width: unset;
    }

    #main_date {
      top: 400px;
    }

    #main_data {
      top: 530px;
      font-size: 100%;
    }

    .text_link {
      top: 670px;
    }

    .nav_plus {
      top: 780px;
    }

    #main_data {
      width: 95%;
    }

    .sanjo p {
      font-size: 75%;
      letter-spacing: -0.06rem;
    }

    .plus_ban {
      top: 860px;
    }

    #anc_artist h2 {
      font-size: 140%;
      margin-top: 40px;
    }

    #anc_artist dl dd {
      margin-top: 230px;
    }

    #anc_artist dl dt img {
      top: -175px;
    }

    #anc_artist dl dt span {
      width: 150px !important;
      top: -208px;
      font-size: 160%;
    }

    #anc_artist dl:before {
      top: -194px;
    }

    #anc_artist dl:nth-of-type(2) dt img {
      top: -150px;
    }

    #anc_artist dl:nth-of-type(2) dt span {
      width: 240px !important;
      top: -188px;
    }

    #anc_artist dl:nth-of-type(2):before {
      top: -170px;
    }

    #anc_artist dl:nth-of-type(3) dt img {
      top: -140px;
    }

    #anc_artist dl:nth-of-type(3) dt span {
      top: -180px;
    }

    #anc_artist dl:nth-of-type(3):before {
      top: -162px;
    }

    #anc_artist dl:nth-of-type(4) dt img {
      top: -155px;
    }

    #anc_artist dl:nth-of-type(4) dt span {
      width: 230px !important;
      top: -200px;
    }

    #anc_artist dl:nth-of-type(4):before {
      top: -182px;
    }

    #anc_artist dl dt small {
      top: -169px;
      left: 0;
      right: 0;
      margin: 0 auto;
    }

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

    #anc_staff>div dl:nth-child(1) dd,
    #anc_staff>div dl:nth-child(2) dd {
      min-width: calc(100% - 95px);
      letter-spacing: -0.05rem;
    }

  }
}

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