@charset "utf-8";

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

body {
  width: 100%;
  font-size: 1.5rem;
  color: #8a4d46;
  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: url(../img/bg.png) no-repeat #fffab5 top 50px left;
  background-size: 100% auto;
  position: relative;
}

@media screen and (min-width: 1600px) {
  body {
    background: url(../img/bg_l.png) no-repeat #fffab5 top 50px left;
    background-size: 100% auto;
  }
}

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

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

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

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

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

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

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

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

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

.only_pc {
  display: block;
}

.only_pc_inline {
  display: inline;
}

.only_sp {
  display: none;
}

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

.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%;
  height: 950px;
  margin: 0 auto 2%;
  position: relative;
}

#sns {
  background: #8a4d46;
  padding-top: 0px;
  position: relative;
}

#sns>p {
  color: #fffab5;
  font-size: 130%;
  font-weight: 600;
  margin-left: 20px;
  padding: 3px 0;
}

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

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

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

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

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

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

#sns ul li:nth-child(5) {
  width: 60%;
}

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

#main {
  width: 95%;
  max-width: 1180px;
  margin: 0 auto;
}

h1 {
  width: 30%;
  max-width: 320px;
  position: absolute;
  top: 25px;
  left: 3%;
}

.main_img {
  text-align: center;
}

.main_img #illust00 {
  width: 45%;
  max-width: 550px;
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
}

.main_img #illust01 {
  width: 22%;
  max-width: 260px;
  display: block;
  animation: poyoyon 1s ease-in-out 1 forwards;
  animation-delay: 1s;
  opacity: 0;
  position: absolute;
  top: 200px;
  right: 50px;
  z-index: -1;
}

.main_img #illust02 {
  width: 20%;
  max-width: 320px;
  min-width: 200px;
  display: block;
  animation: poyoyon 1s ease-in-out 1 forwards;
  animation-delay: 1.5s;
  opacity: 0;
  position: absolute;
  top: 640px;
  left: 8%;
  z-index: -1;
}

.main_img #illust03 {
  width: 18%;
  max-width: 250px;
  min-width: 180px;
  display: block;
  animation: poyoyon 1s ease-in-out 1 forwards;
  animation-delay: 2s;
  opacity: 0;
  position: absolute;
  top: 810px;
  left: 0;
  z-index: -1;
}




@keyframes poyoyon {
  0% {
    transform: scale(0.5, 0.5) translate(0, 0);
  }

  15% {
    transform: scale(0.7, 0.7) translate(0, 8px);
  }

  30% {
    transform: scale(1.02, 1) translate(0, 12px);
  }

  50% {
    transform: scale(0.98, 1.05) translate(0, -12px);
  }

  70% {
    transform: scale(1, 0.9) translate(0, 8px);
  }

  100% {
    transform: scale(1, 1) translate(0, 0);
  }

  0%,
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1160px) {
  .main_img #illust02 {
    top: 600px;
  }

  .main_img #illust03 {
    top: 720px;
  }
}

@media screen and (max-width: 950px) {
  .main_img #illust02 {
    top: 510px;
  }

  .main_img #illust03 {
    top: 620px;
  }
}


#main_date {
  width: 30%;
  max-width: 300px;
  position: absolute;
  right: 0;
  top: 20px;
}

#main_data {
  width: 300px;
  position: absolute;
  right: 20px;
  top: 530px;
}

#main_data .price {
  width: 130px;
  margin-left: 80px;
  position: relative;
  font-weight: 700;
}

#main_data .price::before {
  content: '[入場料]';
  letter-spacing: 0.2rem;
  position: absolute;
  left: -80px;
  top: 0;
}

#main_data .price li {
  width: 130px;
  text-align: left;
}

#main_data .price li em {
  margin-right: 20px;
  display: inline-block;
}

#main_data .price li:nth-child(1) em {
  margin-right: 12px;
}

#main_data .price li:last-child em {
  margin-right: 0;
}



#main_data .price li span {
  font-size: 60%;
  vertical-align: 3px;
  letter-spacing: -0.3em;
  margin-right: 5px;
  display: inline-block;
}

#main_data .price+a {
  font-size: 80%;
  display: inline-block;
  text-align: right;
  width: 130px;
  margin-left: 80px;
  font-weight: 400;
  line-height: 1.4;
}

.price_btm {
  font-size: 80%;
  margin-bottom: 10px;
}

.price_btm li {
  text-indent: -1.2rem;
  margin-left: 1.2rem;
  line-height: 1.4;
  margin-bottom: 3px;
}



#main_data .price+a+p {
  font-size: 90%;
  text-align: left;
  font-weight: 500;
  line-height: 1.4;
}

.btn {
  text-align: center;
}

.btn a {
  padding: 5px 30px;
  background: #e4007f;
  color: #fff;
  box-sizing: border-box;
  font-size: 100%;
  margin: 15px auto 20px;
  transition: all 0.5s;
  display: inline-block;
}

.btn a:hover {
  background: #a5975d;
}


.btn a span {
  margin-right: 10px;
  font-size: 120%;
}

.text_link {
  width: 370px;
  position: absolute;
  top: 760px;
  right: 360px;
}

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

.text_link>p:nth-child(1) a {
  font-size: 95%;
  border: 1px solid #8a4d46;
  padding: 1px 0 2px;
  margin-bottom: 0px;
  text-align: center;
  border-radius: 5px;
  display: block;
  transition: all 0.5s;
}

.text_link>p:nth-child(1) a:hover {
  background: #e3d3d1;
  color: #8a4d46;
}

.text_link>p:nth-child(1) span {
  font-size: 70%;
  vertical-align: 1px;
}

.text_link>p:nth-child(2) {
  font-weight: 500;
  font-size: 75%;
  line-height: 1.6;
  text-align: right;
}

.text_link>p:nth-child(2) span {
  font-size: 110%;
}

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: 700px;
  margin: 0 auto;
  position: absolute;
  top: 850px;
  right: 0;
  left: 0;
}

#header nav.only_pc ul li {
  width: 20%;
}

#header nav.only_pc ul li a {
  transition: all 0.5s;
}

#header nav.only_pc ul li a:hover {
  transform: scale(1.1);
  margin-top: 5px;
}


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

  nav ul li {
    font-size: 90%;
  }

  nav ul li a {
    background: url(../img/menu.png) no-repeat top center;
    background-size: auto 20px;
    padding: 30px 0 0 0;
  }

  nav ul li a:hover {
    background: url(../img/menu_on.png) no-repeat top center;
    background-size: auto 20px;
  }
}

section {
  width: 95%;
  max-width: 1140px;
  margin: 10% auto 5%;
  position: relative;
  padding: 25px 0 0;
  box-sizing: border-box;
}

section h2 {
  font-weight: bold;
  padding: 60px 0 0 0;
  text-align: center;
  margin-bottom: 3%;
}

section h2+p {
  font-size: 90% !important;
  text-align: center;
  margin: -2% 0 3%;
}

#anc_story h2 {
  padding-top: 60px;
  text-align: center;
}

#anc_story h2 img {
  width: 45%;
  max-width: 180px;
  margin: 0 auto;
}

#anc_story p {
  font-family: 'Hina Mincho', serif;
}

#anc_story>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

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

#anc_story>div>img {
  width: 35%;
}

.story02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.story02 p {
  width: 55%;
}

.story02 img {
  width: calc(40% + 50px);
  margin-left: -50px;
}

#anc_dancer {
  text-align: center;
  border-bottom: 1px solid #8a4d46;
  padding-bottom: 2%;
  border-top: 1px solid #8a4d46;
  margin-top: 5%;

}

#anc_dancer h2 {
  padding-top: 20px;
  text-align: center;
}

#anc_dancer h2 img {
  width: 40%;
  max-width: 150px;
  margin: 0 auto;
}

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

.dancer_a>div {
  width: 36%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.dancer_a>div:last-child {
  width: 17.2%;
  display: block;
}

.dancer_a>div:nth-child(1)>img {
  width: 130px;
  margin: 0 auto 5px;
}

.dancer_a>div:nth-child(2)>img {
  width: 100px;
  margin: 0 auto 5px;
}

.dancer_a>div:nth-child(3)>img {
  width: 130px;
  margin: 0 auto 5px;
}

.dancer_a>div>div {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.dancer_a>div>div dl {
  width: 48%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  margin-top: 10px;
}

.dancer_a>div:last-child>div dl {
  width: 100%;
}

.dancer_a>div>div dl a {
  display: block;
  transition: all 0.5s;
}

.dancer_a>div>div dl a:hover {
  transform: scale(1.05);
}

.dancer_a>div>div dl dd {
  line-height: 1.4;
  margin-top: 3px;
}

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

.sanjo {
  text-align: center;
  margin: 5% auto;
}

.sanjo p {
  font-size: 110%;
  letter-spacing: 0.1rem;
}

#anc_dancer h3 {
  font-size: 130%;
  font-weight: 600;
  letter-spacing: 0.1rem;
  display: inline-block;
  position: relative;
  margin-bottom: 3%;
}

#anc_dancer h3::before {
  content: '';
  width: 160px;
  height: 1px;
  background: #8a4d46;
  display: block;
  position: absolute;
  right: -220px;
  top: 18px;
}

#anc_dancer h3::after {
  content: '';
  width: 160px;
  height: 1px;
  background: #8a4d46;
  display: block;
  position: absolute;
  left: -220px;
  top: 18px;
}

@media screen and (max-width: 960px) {
  .sanjo p {
    font-size: 100%;
    letter-spacing: 0.05rem;
  }
}



.dancer_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.dancer_list>dl {
  width: 17%;
  margin-bottom: 3%;
  text-align: center;
  margin: 1.5%;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}

.dancer_list>dl a {
  display: block;
  transition: all 0.5s;
}

.dancer_list>dl a:hover {
  transform: scale(1.05);
}

.dancer_btm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 5% auto 3%;
}

.dancer_btm li {
  width: 31%;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 110%;
}

.dancer_btm li span {
  font-size: 120%;
  margin-right: 10px;
  display: inline-block;
  font-weight: 600 !important;
}

.dancer_btm li span em {
  letter-spacing: 1rem;
  display: inline-block;
  font-weight: 600 !important;
}

.dancer_btm li span em:first-letter {
  font-size: 80%;
  vertical-align: 2px;
}

@media screen and (max-width: 1010px) {
  .dancer_btm li {
    width: 33%;
    font-size: 100%;
  }
}

#anc_staff {
  border-bottom: 1px solid #8a4d46;
  padding-bottom: 5%;
  position: relative;
  padding-top: 0;
}

#anc_staff>img {
  width: 220px;
  position: absolute;
  right: 10px;
  top: 5%;
}

#anc_staff h2 {
  text-align: left;
  padding-top: 0;
  margin-bottom: 20px;
  padding-top: 20px;
}

#anc_staff h2 img {
  width: 180px;
  margin-bottom: 5px;
  margin-left: 10px;
}

#anc_staff>div {
  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: 200px;
  font-weight: bold;
  margin-bottom: 10px;
}

#anc_staff>div dl:nth-child(1) dd {
  width: calc(100% - 200px);
  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: 190px;
  font-weight: bold;
  margin-bottom: 10px;
}

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

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

  #anc_staff>div {
    display: block;
  }

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

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

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

}


#ticket {
  padding-bottom: 5%;
  position: relative;
  padding-top: 0;
}

#ticket>img {
  width: 140px;
  /*   width: 200px; */
  position: absolute;
  right: 60px;
  top: 0%;
}

#ticket h2 {
  text-align: left;
  padding-top: 0;
  margin-bottom: 10px;
}

#ticket h2 img {
  width: 300px;
  margin-bottom: 10px;
}

#ticket dl {
  font-size: 120%;
  margin-bottom: 5px;
  position: relative
}



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

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

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

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

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

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

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

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

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

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

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

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


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

.bunka {
  width: 90%;
  max-width: 850px;
  border: 1px solid #8a4d46;
  padding: 5px 20px 5px 120px;
  box-sizing: border-box;
  background: url(../img/icon_bunka.png) no-repeat left 30px center;
  background-size: 70px auto;
  margin: 0 auto 5%;
}


.bunka dl dt {
  border-bottom: 1px solid #8a4d46;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 90%;
}

.bunka dl dd {
  font-size: 90%;
  padding: 10px 0;
}

@media screen and (max-width: 1010px) {
  #ticket>div {
    max-width: 600px;
    margin: 0 auto;
  }

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

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


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

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

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

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

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

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

  #ticket>img {
    right: 30px;
  }
}

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

.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 {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
}

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

#foot_sns ul li {
  padding: 1% 5px 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%;
}

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



#pageTop {
  position: fixed;
  bottom: -70px;
  right: 10px;
  z-index: 5;
  transform: translateX(100px);
}

#pageTop a {
  display: block;
  width: 50px;
  height: 140px;
  background: url(../img/pagetop.png) 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%;
}

.plus_ban {
  width: 90%;
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: absolute;
  top: 956px;
  right: 0;
  left: 0;
}

.plus_ban a {
  width: 50%;
  display: block;
  transition: all 0.5s;
}

.plus_ban a:nth-child(1) {
  width: 47%;
}

.plus_ban a:hover {
  transform: scale(1.1);
}

#anc_beginners {
  width: 90%;
  max-width: 900px;
  position: relative;
  margin: 60px auto 5%;
  background: #d2d5ec;
  padding-bottom: 5%;
  font-size: 95%;
}

#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 {
  position: absolute;
  top: -170px;
  left: 0;
}

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

#anc_beginners>div>p:nth-of-type(1) {
  font-size: 110%;
  text-align: center;
  margin-bottom: 5%;
  padding: 30px 0 10px;
}

.shose {
  max-width: 680px;
  margin: 0 auto 5%;
  position: relative;
  font-size: 110%;
}

.shose h3 {
  font-size: 140%;
  font-weight: 600;
  margin-bottom: 10px;
}

.shose>img {
  width: 27%;
  position: absolute;
  top: -20px;
  right: 20px;
  display: block;
}

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

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

.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;
  color: red;
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}

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

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

.begin_line {
  max-width: 570px;
  margin: 0 auto;
  padding-left: 120px;
  line-height: 1.6;
}

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

.begin_info {
  max-width: 800px;
  margin: 50px auto 0;
  position: relative;
  background: #dfe4f4;
  padding: 15px 3% 10px;
  font-size: 90%;
  line-height: 1.4;
}

.begin_info h3 {
  width: 260px;
  position: absolute;
  top: -27px;
  left: 0;
}

.begin_info h4 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
}

.begin_info p a {
  display: block;
  text-align: right;
  padding-top: 5px;
}

#anc_study {
  width: 90%;
  max-width: 900px;
  position: relative;
  margin: 150px auto 0;
  background: #fadddd;
  padding-bottom: 5%;
  font-size: 95%;
  color: #d16565;
}

#anc_study h2 {
  position: absolute;
  top: -170px;
  left: 0;
}

#anc_study>img {
  width: 220px;
  position: absolute;
  right: 15px;
  top: 90px;
  display: block;
}

@media screen and (max-width: 980px) {
  #anc_study>img {
    width: 180px;
  }
}

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

#anc_study h3 {
  font-size: 150%;
  text-align: center;
  margin: 5px auto 10px;
  font-weight: 600;
}

#anc_study h3+p {
  text-align: center;
  font-size: 110%;
}

#anc_study .begin_detail::before {
  content: '[勉強会詳細]';
  letter-spacing: 0.2rem;
}

#anc_study dt,
#anc_study dd {
  margin-bottom: 5px;
}

.begin_detail+ul {
  margin-left: 210px;
  margin-top: -25px;
  font-size: 90%;
  margin-bottom: 10px;
  line-height: 1.4;
}

.begin_detail+ul li {
  text-indent: -1.4rem;
  margin-left: -1.4rem;
  margin-bottom: 5px;
}

.study_reseve {
  font-weight: bold;
  text-align: center;
  margin: 5% auto 0;
}

.study_reseve p {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: -0.05rem;
}

.study_reseve ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  font-size: 120%;
  margin-bottom: 2%;
}

.study_reseve ul li {
  margin: 0 1%;
}

.study_entry a {
  max-width: 450px;
  margin: 0 auto;
  display: block;
}

.study_entry a:hover {
  transform: scale(1.1);
}

#anc_beginners_top,
#anc_study_top {
  padding-top: 50px;
  margin-top: -50px;
  pointer-events: none;
  display: inline-block;
}

.study_reseve ul li a {
  color: unset !important;
}