@charset "utf-8";

/*---------------------------------------------
	body
---------------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.8;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
  overflow: hidden;
  background: #e50012;
  position: relative;
}


img {
  width: 100%;
  height: auto;
}

.mincho {
  font-family: 'Noto Serif JP', serif;
}



/*---------------------------------------------
	Anchor
---------------------------------------------*/
a {
  outline: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*---------------------------------------------
	p
---------------------------------------------*/
p {
  margin-bottom: 1em;
}

.only_pc {
  display: block !important;
}

.only_pc_inline {
  display: inline;
}

.only_sp {
  display: none !important;
}

.only_sp_inline {
  display: none;
}

.only_pc_line {
  display: inline-block;
  padding: 0 5px;
}

.sp_br {
  display: none;
}

.pc_br {
  display: inline;
}

.br_580 {
  display: none;
}

.br_480 {
  display: none;
}

.only_pc480 {
  display: block;
}

.only_sp480 {
  display: none;
}



/*---------------------------------------------
 ** ON OFF hover
---------------------------------------------*/
.hover {
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: 'alpha( opacity=70 )';
}

#header {
  width: 100%;
  margin: 0 auto 2%;
  position: relative;
  background: #000;
}

#sns {
  width: 95%;
  margin: 0 auto;
  padding: 10px 0;
  z-index: 99;
  border-bottom: 1px solid #e50012;
  position: relative;
}

@media screen and (max-width: 1100px) {
  #sns {
    padding: 5px 0 0;
  }
}

#sns>a {
  width: 60%;
  max-width: 600px;
  display: block;
  padding: 5px 0 5px 10px;
  box-sizing: border-box;
}

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

#sns ul li {
  padding: 1% 10px 10px;
}

#sns ul li:nth-child(1) {
  width: 14%;
}

#sns ul li:nth-child(2) {
  width: 3.5%;
}

#sns ul li:nth-child(3) {
  width: 6%;
}

#sns ul li:nth-child(4) {
  width: 7%;
}

#main {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  z-index: 0;
}

#main::before {
  content: '';
  width: 100%;
  height: 120px;
  background: url(../img/movie_g.png) repeat-x;
  background-size: auto 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

#ytPlayerWrap {
  position: absolute;
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: hidden;
}

/* ローディング画面 */
#loading {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 50px;
}

#loading img {
  width: auto;
}


h1 {
  width: 95%;
  margin: 0 auto;
  position: absolute;
  top: 18px;
  left: 2.5%;
  z-index: 2;
}

h1 img {
  width: 70%;
}






nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

nav ul li {
  width: 16.666%;
  display: block;
  line-height: 1.2;
  font-size: 110%;
}

nav ul li a {
  padding: 40px 0 0 0;
  display: block;
  text-align: center;
  transition: all 0.5s;
}

nav ul li a:hover {}

#nav {
  display: none;
}

#header.navOpen nav ul {
  display: flex;
}

#header nav ul li {
  width: 50%;
}


#header nav.only_pc {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: absolute;
  bottom: 6%;
  right: 0;
  left: 0;
}

#header nav.only_pc ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

#header nav.only_pc ul li {
  width: auto;
  display: inline-block;
  margin: 0 0.5%;
}

#header nav.only_pc ul li a {
  min-width: 90px;
  transition: all 0.5s;
  background: #fff;
  border-radius: 30px;
  color: #e50012;
  font-size: 110%;
  text-align: center;
  padding: 8px 15px;
  margin-top: 0px;
}

#header nav.only_pc ul li a:hover {
  background: #e50012;
  color: #fff;
  transform: translateY(5px);
}


@media screen and (max-width: 1100px) {
  #header nav.only_pc {
    max-width: 800px;
    margin: 0 auto;
    position: absolute;
    bottom: 3%;
    right: 0;
    left: 0;
  }

  #header nav.only_pc ul li {
    margin-bottom: 2%;
  }

}






#anc_data {
  width: 90%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto 5%;
  text-align: center;
  padding-top: 3%;
}

#anc_data::before {
  content: '';
  width: 70%;
  max-width: 900px;
  height: 1200px;
  display: block;
  background: url(../img/data_text.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: 6%;
  left: -5%;
  z-index: -1;
}

#anc_data h2 {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 2%;
}

#anc_data h2+p {
  font-size: 160%;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.4;
}

#anc_data h3 {
  text-align: center;
  font-size: 200%;
  font-weight: 800;
}

#anc_data h3 span {
  display: inline-block;
  padding: 2px 1% 3px 2%;
  background: #000;
  color: #fff;
  margin: 10px auto;
}

#anc_data h3+p {
  font-size: 180%;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.4;
}

#anc_data h3+p span {
  font-weight: 700;
}

#anc_data .place {
  font-size: 240%;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.4;
  margin-bottom: 10px;
}

#anc_data .price {
  font-size: 200%;
  font-weight: 500;
  margin-bottom: 10px;
}

#anc_data .notice {
  font-size: 110%;
  line-height: 1.4;
}

#anc_data .notice br {
  display: none;
}



#anc_data>a {
  width: 80%;
  max-width: 500px;
  padding: 20px 4% 15px;
  background: #fff;
  text-align: center;
  transition: all 0.5s;
  display: block;
  border-radius: 10px;
  margin: 2% auto 5%;
}

#anc_data>a img {
  width: 100%;
  margin: 0 auto;
}

#anc_data>a:hover {
  transform: scale(1.1);
  filter: drop-shadow(0 0 5px #fff);
}

#anc_data .message {
  font-size: 340%;
  font-weight: 900;
  margin-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  #anc_data .notice br {
    display: inline;
  }
}

@media screen and (max-width: 950px) {
  #anc_data .place {
    font-size: 200%;
  }

  #anc_data .message {
    font-size: 300%;
  }
}


.youtube {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
  margin: 0 auto 5%;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

#anc_about {
  width: 90%;
  max-width: 1050px;
  position: relative;
  margin: 0 auto 2%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#anc_about::before {
  content: '';
  width: 80%;
  max-width: 700px;
  height: 700px;
  display: block;
  background: url(../img/about_text.png) no-repeat top right;
  background-size: 100% auto;
  position: absolute;
  top: 8%;
  right: 0%;
  z-index: -1;
}

#anc_about::after {
  content: '';
  width: 35%;
  height: 4px;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

.about_left {
  width: 53%;
  box-sizing: border-box;
  padding: 3% 0 3% 5%;
  text-align: left;
}

.about_left h2 {
  font-size: 240%;
  font-weight: 900;
  margin-bottom: 2%;
}

.about_left h2 span {
  font-size: 15px;
  font-weight: 500;

}

.about_right {
  width: 45%;
  position: relative;
}

.about_right>img:nth-of-type(1) {
  width: 85%;
  margin-left: 15%;
  margin-top: 50px;
}

.about_right>img:nth-of-type(2) {
  width: 35%;
  position: absolute;
  bottom: -25%;
  left: 0;
}

.about_right>p {
  font-size: 50%;
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 1150px) {
  .about_left h2 span {
    display: block;
    margin: -10px 0 30px
  }
}

#anc_ohad {
  width: 90%;
  max-width: 1050px;
  position: relative;
  margin: 0 auto 5%;
  text-align: left;
  padding-bottom: 3%;
}

#anc_ohad::before {
  content: '';
  width: 50%;
  max-width: 340px;
  height: 700px;
  display: block;
  background: url(../img/ohad_text.png) no-repeat top left;
  background-size: 100% auto;
  position: absolute;
  top: 420px;
  left: 0%;
  z-index: -1;
}

#anc_ohad::after {
  content: '';
  width: 25%;
  height: 4px;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

#anc_ohad h2 {
  font-size: 200%;
  font-weight: 900;
  margin-left: 5%;
  padding: 1.5% 0;
}

.ohad {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}


.ohad_left {
  width: 45%;
  box-sizing: border-box;
  padding: 0 0 10% 5%;
  text-align: left;
}



.ohad_left>img {
  width: 100%;
}



.ohad_right {
  width: 50%;
  position: relative;
  text-align: left;
}

.ohad_right h3 {
  font-size: 200%;
  font-weight: 700;
  margin-bottom: 2%;
  line-height: 1.4;
}

.ohad_right h3 span {
  font-size: 20px;
  font-weight: 500;
  display: block;
}




#anc_dancer {
  width: 90%;
  max-width: 1050px;
  text-align: center;
  padding-bottom: 2%;
  margin: 5% auto 3%;
  position: relative;
}

#anc_dancer::after {
  content: '';
  width: 25%;
  height: 4px;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

#anc_dancer h2 {
  font-size: 200%;
  font-weight: 900;
  text-align: left;
  padding-top: 10px;
  padding-left: 5%;
  box-sizing: border-box;
}

#anc_dancer h2 .span01 {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-left: 2%;
  vertical-align: 3px;
}

#anc_dancer h2 .span02 {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  vertical-align: 3px;
}

#anc_dancer h2 small {
  font-size: 12px;
  font-weight: 400;
  /* display: inline-block; */
  display: block;
  /* margin-left: 3%; */
  vertical-align: 3px;
}



.dancer01 {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3% auto 0;
}

.dancer01>dl {
  width: 17%;
  margin-top: 10px;
}


.dancer01>dl a,
.dancer02>dl a {
  width: 90%;
  margin: 0 auto;
  display: block;
  transition: all 0.5s;
}

.dancer01>dl a:hover,
.dancer02>dl a:hover {
  transform: scale(1.05);
}

.dancer01>dl dd,
.dancer02>dl dd {
  line-height: 1.4;
  margin-top: 5px;
  margin-bottom: 10px;
}

.dancer02 {
  width: 80%;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 2% auto 0;
}

.dancer02>dl {
  width: 21%;
  margin-top: 10px;
}


#anc_staff {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
  padding-top: 0;
  padding-bottom: 3%;
}

#anc_staff::after {
  content: '';
  width: 25%;
  height: 4px;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

#anc_staff h2 {
  font-size: 200%;
  font-weight: 900;
  text-align: left;
  padding-top: 10px;
  padding-left: 5%;
  margin-bottom: 2%;
  box-sizing: border-box;
}

#anc_staff h2 span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-left: 2%;
  vertical-align: 3px;
}

#anc_staff h2 small {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-left: 3%;
  vertical-align: 3px;
}


#anc_staff>div {
  width: 95%;
  padding-left: 5%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.6;
}

#anc_staff>div dl:nth-child(1) {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#anc_staff>div dl:nth-child(1) dt {
  width: 145px;
  font-weight: bold;
  margin-bottom: 10px;
}

#anc_staff>div dl:nth-child(1) dd {
  width: calc(100% - 145px);
  margin-bottom: 10px;
}

#anc_staff>div dl:nth-child(2) {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#anc_staff>div dl:nth-child(2) dt {
  width: 170px;
  font-weight: bold;
  margin-bottom: 10px;
}

#anc_staff>div dl:nth-child(2) dd {
  width: calc(100% - 170px);
  margin-bottom: 10px;
}

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

  #anc_staff>div {
    display: block;
  }

  #anc_staff>div dl:nth-child(1),
  #anc_staff>div dl:nth-child(2) {
    width: 100%;
    max-width: 500px;
    margin-left: 24%;
  }

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

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

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

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

}


#anc_ticket {
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  padding-bottom: 1%;
  position: relative;
  padding-top: 0;
}


#anc_ticket::after {
  content: '';
  width: 25%;
  height: 4px;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
}

#anc_ticket h2 {
  font-size: 200%;
  font-weight: 900;
  text-align: left;
  padding-top: 10px;
  padding-left: 5%;
  margin-bottom: 2%;
  box-sizing: border-box;
}

#anc_ticket h2 span {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  margin-left: 2%;
  vertical-align: 3px;
}

#anc_ticket h2 small {
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  margin-left: 3%;
  vertical-align: 3px;
}

#anc_ticket dl {
  width: 95%;
  padding-left: 5%;
  box-sizing: border-box;
  align-items: flex-start;
  display: flex;
  font-size: 120%;
  margin-bottom: 5px;
  position: relative;
}



#anc_ticket dl dt {
  display: inline-block;
  min-width: 220px;
  margin-right: 5px;
}

#anc_ticket dl:nth-of-type(3) dt {
  min-width: 130px;
}

#anc_ticket dl dd {
  display: inline-block;
}

#anc_ticket dl:nth-of-type(2) dd {
  line-height: 1.4;
  margin: 5px 0 0 20px;
}

#anc_ticket dl dd small {
  font-size: 80%;
}

#anc_ticket dl dd a {
  text-decoration: underline;
  transition: all 0.5s;
}

#anc_ticket dl dd a:hover,
#anc_ticket dl dd a:active {
  text-decoration: none;
}

#anc_ticket dl dd a.btn_ticket {
  width: 200px;
  display: inline-block;
  vertical-align: 3px;
  margin-left: 10px;
}

#anc_ticket ul {
  font-size: 110%;
  margin: 3% 0;
}

#anc_ticket>div>div {
  margin-bottom: 15%;
}

#anc_ticket>div>div img {
  width: 80%;
  max-width: 400px;
  margin-bottom: 10px;
}

#anc_ticket>div>div img+p {
  font-size: 110%;
}

#anc_ticket>div>div img+p>a {
  display: inline-block;
  position: relative;
}

#anc_ticket>div>div .underline:hover:before {
  background: #a5975d;
}


#anc_ticket>div>div img+p span {
  font-size: 70%;
  vertical-align: 2px;
}

#anc_ticket .ticket_p {
  text-align: center;
  margin-top: 8%;
}



@media screen and (max-width: 1040px) {
  #anc_ticket>div {
    max-width: 710px;
    margin: 0 auto;
  }

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

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


  #anc_ticket dl dd a.btn_ticket {
    width: 240px;
    position: absolute;
    bottom: -30px;
    left: 220px;
  }

  #anc_ticket dl dd small {
    font-size: 80%;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 230px;
  }

  #anc_ticket dl dd em {
    font-size: 80%;
    padding-left: 10px;
  }

  #anc_ticket ul {
    font-size: 100%;
  }

  #anc_ticket>div>div {
    text-align: center;
  }

  #anc_ticket>div>div img {
    margin: 5% auto 2%;
  }

  #anc_ticket>img {
    right: 30px;
  }


  #anc_ticket dl:nth-of-type(2) {
    flex-wrap: wrap;
  }

  #anc_ticket dl:nth-of-type(2) dt {
    width: 100%;
  }

  #anc_ticket dl:nth-of-type(2) dd {
    margin-top: 0;
    margin-left: 0;
  }

  #anc_ticket dl:nth-of-type(2) dd br {
    display: none;
  }
}

#last {
  width: 90%;
  max-width: 1000px;
  margin: 3% auto 0;
  padding-bottom: 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

#last .corona {
  width: 46%;
  box-sizing: border-box;
}

#last .corona>a:nth-of-type(1) {
  border: 1px solid #000;
  padding: 2px 0 10px;
  box-sizing: border-box;
  display: block;
  text-align: center;
}

#last .corona>a:nth-of-type(1):hover {
  background: #eb6d77;
}

#last .corona>a:nth-of-type(1) img {
  width: 85%;
  margin: 0 auto;
}

#last .corona>a:nth-of-type(2) {
  margin-top: 10px;
  display: block;
}

#last .corona>a:nth-of-type(2) img {
  max-width: 300px;
}

#last .bunka {
  width: 50%;
}

#last .bunka img {
  background: #fff;
  box-sizing: border-box;
  display: block;
}



footer {
  background: #000;
  padding: 3% 0 0.5%;
  color: #fff;
  position: relative;
}

footer h3 {
  font-size: 180%;
  font-weight: bold;
  letter-spacing: 0.05rem;
}

.foot_data {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 3%;
}

.foot_data li {
  text-indent: -70px;
  margin-left: 70px;
}

footer>div {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 2%;
}

footer>div a {
  color: #fff !important;
}

footer>div a.underline {
  display: inline-block;
  position: relative;
  margin-top: 5px;
}

footer>div a.underline::before {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #fff;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: all 0.5s;
}

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


footer>div a span {
  font-size: 70%;
  vertical-align: 2px;
}

footer>div img {
  width: 80%;
  max-width: 350px;
  margin-bottom: 5px;
}

#foot_sns {
  background: #000;
  padding-bottom: 5px;
}

#foot_sns>div {
  width: 95%;
  margin: 0 auto;
  position: relative;
  border-top: 1px solid #e50012;
}

#foot_sns ul {
  width: 80%;
  max-width: 450px;
  display: flex;
  margin: 0 0 0 auto;
  justify-content: flex-end;
}

#foot_sns ul li {
  padding: 1% 12px 10px;
}

#foot_sns ul li:nth-child(1) {
  width: 12%;
}

#foot_sns ul li:nth-child(2) {
  width: 3%;
}

#foot_sns ul li:nth-child(3) {
  width: 5%;
}

#foot_sns ul li:nth-child(4) {
  width: 5%;
}

#foot_sns ul li:nth-child(5) {
  width: 60%;
  max-width: 550px;
  position: absolute;
  left: 1%;
  top: 5px;
  padding: 0;
}

#foot_sns ul li:nth-child(5) a {
  display: block;
}



#pageTop {
  position: fixed;
  bottom: 60px !important;
  right: 0px;
  z-index: 10;
  transform: translateX(100px);
}

#pageTop a {
  display: block;
  width: 60px;
  height: 50px;
  background: url(../img/pagetop.jpg) no-repeat;
  background-size: 100%;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*　上に上がる動き　*/

#pageTop.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*　下に下がる動き　*/

#pageTop.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateX(0px);
  }

  to {
    opacity: 1;
    transform: translateX(100px);
  }
}

.youtube_box {
  width: 100%;
  max-width: 650px;
  aspect-ratio: 16 / 9;
  margin: 0 auto 5%;
  display: block;
}

.youtube_box iframe {
  width: 100%;
  height: 100%;
}

.copyright01 {
  display: none;
}


#anc_beginners {
  width: 90%;
  max-width: 900px;
  position: relative;
  margin: 60px auto 5%;
  border: 1px solid #000;
  padding: 3% 5%;
  font-size: 95%;
  box-sizing: border-box;
}

#anc_beginners a:link,
#anc_beginners a:visited {
  color: unset;
  text-decoration: underline;
}

#anc_beginners a:hover,
#anc_beginners a:active {
  text-decoration: none;
}

#anc_beginners h2 {
  font-size: 240%;
  text-align: center;
  margin-bottom: 5%;
}

#anc_beginners h2>span {
  display: inline-block;
  margin: 0 auto;
  position: relative;
  font-weight: 900;
  line-height: 1.6;
}

#anc_beginners h2>span::before {
  content: '参加費無料';
  width: 140px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 60%;
  display: inline-block;
  padding: 2px 0;
  box-sizing: border-box;
  background: #000;
  position: absolute;
  top: 10px;
  left: -160px;
}

#anc_beginners h2>span>span {
  display: block;
  font-size: 50%;
  font-weight: 600;
}

#anc_beginners>div {
  width: 90%;
  margin: 0 auto;
}

#anc_beginners>div>p {
  margin-bottom: 3%;
  font-size: 110%;
}

.begin_detail {
  max-width: 680px;
  margin: 0 auto 5%;
  padding-left: 120px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.6;
  box-sizing: border-box;
}

.begin_detail::before {
  content: '[研修詳細]';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  letter-spacing: 0.5rem;
}

.begin_detail dt {
  width: 70px;
  letter-spacing: 0.9rem;
  margin-bottom: 5px;
  line-height: 1.4;
}

.begin_detail dt:last-of-type {
  letter-spacing: 0.2rem;
}

.begin_detail dd {
  width: calc(100% - 70px);
  margin-bottom: 5px;
  line-height: 1.4;
}

.begin_detail dd span {
  padding-left: 5%;
}

.begin_detail dd a {
  display: inline-block;
  margin-left: 70px;
  margin-bottom: 10px;
}

.begin_entry {
  max-width: 680px;
  margin: 0 auto;
  padding-left: 120px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  line-height: 1.6;
  box-sizing: border-box;
}

.begin_entry::before {
  content: '[お申し込み]';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.begin_qr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.begin_qr {
  width: calc(100% - 110px);
  position: relative;
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}

.begin_qr>a {
  width: 100px;
  position: absolute;
  right: -80px;
  top: 85px;
  display: block;
}

.begin_qr span {
  white-space: none;
  display: block;
}

.begin_line {
  max-width: 700px;
  margin: 0 auto;
  padding-left: 0px;
  line-height: 1.6;
  color: #fff;
}

.begin_line a {
  width: 50px;
  float: left;
  margin: 0 10px 30px 0;
  display: block;
}

.begin_notice {
  max-width: 625px;
  margin: 0 auto;
  padding-left: 0px;
  line-height: 1.4;
  /* font-size: 80% !important; */
  font-size: 90% !important;
  margin-left: 75px;
  margin-top: 5%;
  position: relative;
}

.begin_notice::before {
  content: '☆注意';
  letter-spacing: 0.2rem;
  display: inline-block;
  position: absolute;
  left: -75px;
  top: 0;
}