@charset "utf-8";

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

body {
  width: 100%;
  font-size: 1.5rem;
  color: #a68948;
  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/main_bg.png) no-repeat top 40px center;
  background-size: 1250px auto;
  background-blend-mode: multiply;
  position: relative;
}

@media screen and (max-width: 1160px) {
  body {
    background: url(../img/main_bg.png) no-repeat top 60px left 50px;
    background-size: 100% auto;
  }
}


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

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



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

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

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

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

a:active {
  color: #a68948;
  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;
}

.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: #a68948;
  padding-top: 0px;
  position: relative;
}

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

#sns ul {
  width: 35%;
  max-width: 460px;
  display: flex;
  margin: 0 0 0 auto;
  justify-content: flex-end;
  position: absolute;
  bottom: -2px;
  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;
  z-index: 0;
}

h1 {
  width: 100%;
  max-width: 1100px;
  position: relative;
  margin: 0 auto;
}

h1 img:nth-of-type(1) {
  width: 40%;
  margin: 0 auto;
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
}

h1 img:nth-of-type(2) {
  width: 17%;
  position: absolute;
  top: 90px;
  right: 7%;
}

h1 img:nth-of-type(3) {
  width: 70%;
  max-width: 900px;
  margin: 0 auto;
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
}



#main_date {
  width: 30%;
  max-width: 300px;
  position: absolute;
  left: 0;
  top: 180px;
  right: 0;
  margin: 0 auto;
  padding-right: 840px;
}

#main_data {
  width: 170px;
  position: absolute;
  left: 0;
  top: 330px;
  right: 0;
  margin: 0 auto;
  padding-right: 830px;
}

#main_data .price {
  width: 150px;
  margin-left: 0px;
  position: relative;
  font-weight: 700;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#main_data .price::before {
  content: '[入場料]';
  letter-spacing: 0.2rem;
  font-size: 90%;
  position: absolute;
  left: 50px;
  top: -25px;
}

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

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


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



#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: -10px;
  font-weight: 400;
  line-height: 1.4;
}

.price_btm {
  font-size: 75%;
  margin-bottom: 10px;
  margin-top: 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: 260px;
  position: absolute;
  top: 560px;
  left: 0;
  right: 0;
  padding-right: 860px;
  margin: 0 auto;
}

.corona {
  margin-bottom: 5px;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.corona a {
  font-size: 75%;
  border-bottom: 1px solid #a68948;
  padding: 1px 0 2px;
  margin-top: 20px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  transition: all 0.5s;
}

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

.corona span {
  font-size: 70%;
  vertical-align: 1px;
}

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

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

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

#header nav.only_pc ul li:nth-child(2) {
  width: 20%;
}

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



#header nav.only_pc ul li a:hover {
  margin-top: 5px;
}

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

.nav_plus {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 940px;
  right: 0;
  left: 0;
}

.nav_plus>div {
  width: 47%;
  display: inline-block;
  white-space: nowrap;
  margin: 3% 1.5%;
  padding: 2px 0;
  text-align: center;

}

.nav_plus>div a {
  white-space: nowrap;
  padding: 0 5%;
  border-radius: 30px;
  background: #fff;
  border: 1px solid #a5975d;
  font-family: 'Shippori Mincho', serif;
  box-sizing: border-box;
  display: block;
  font-weight: bold;
  font-size: 110%;
  transition: all 0.5s;
  letter-spacing: -0.1rem;
}

.nav_plus>div a:hover {
  background: #a5975d;
  color: #fff;
}

@media screen and (max-width: 1160px) {
  h1 img:nth-of-type(1) {
    width: 35%;
    padding-left: 10%;
  }

  h1 img:nth-of-type(2) {
    width: 14%;
  }

  #main_date {
    padding-right: 60%;
    width: 25%;
  }

  #main_data {
    padding-right: 60%;
  }

  .text_link {
    padding-right: 60%;
  }

  #header nav.only_pc {
    top: 800px;
  }

  .nav_plus {
    top: 890px;
  }

}



@media screen and (max-width: 1000px) {
  #header nav.only_pc {
    top: 700px;
  }

  .nav_plus {
    top: 790px;
  }


}

section {
  width: 100%;
  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: 30px !important;
  margin-top: -30px;
  display: block;
  pointer-events: none;
}

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

@media screen and (max-width: 1500px) {
  #anc_story {
    padding-top: 8%;
  }
}


#anc_story::after {
  content: '';
  width: 100%;
  height: 150px;
  display: block;
  background: url(../img/shadow.png) repeat-x;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#anc_story>div {
  width: 90%;
  max-width: 600px;
  padding: 2% 5%;
  margin: 5% auto;
  background: #ffffffb3;
  z-index: 2;
}

#anc_story h2 {
  text-align: center;
  margin-bottom: 4%;
  padding: 0;
}

#anc_story h2 img {
  width: 45%;
  max-width: 200px;
  margin: 0 auto;
  mix-blend-mode: multiply;
}


#anc_artist {
  width: 100%;
  max-width: 1200px;
  margin: -200px auto 0;
  position: relative;
}

#anc_artist:before {
  content: '';
  width: 320px;
  height: 3000px;
  pointer-events: none;
  background: url(../img/artist_l.png)no-repeat top 280px left;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#anc_artist:after {
  content: '';
  width: 180px;
  height: 3000px;
  pointer-events: none;
  background: url(../img/artist_r.png)no-repeat top 280px left;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

#anc_artist h2 {
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 260%;
  line-height: 1.4;
  letter-spacing: -0.05rem;
  margin-bottom: 10%;
}

@media screen and (max-width:1000px) {
  #anc_artist h2 {
    font-size: 200%;
    margin-top: 5%;
  }
}

#anc_artist dl {
  width: 90%;
  max-width: 850px;
  margin: 0 auto 15%;
  position: relative;
}

#anc_artist dl:nth-of-type(3) {
  margin: 0 auto 15%;
}

#anc_artist dl:before {
  content: '';
  width: calc(100% - 240px);
  height: 1px;
  background: #a5975d;
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
}

#anc_artist dl dt img {
  width: 200px;
  display: block;
  position: absolute;
  top: -70px;
  left: 0;
}

#anc_artist dl dt span {
  display: inline-block;
  background: #fff;
  padding: 0 20px 0 0;
  font-size: 180%;
  font-weight: 600;
  font-family: 'Shippori Mincho', serif;
  position: absolute;
  top: -70px;
  left: 230px;
}

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

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

#anc_artist dl:nth-of-type(4):before {
  content: '';
  width: calc(100% - 240px);
  height: 1px;
  background: #a5975d;
  display: block;
  position: absolute;
  top: -65px;
  right: 0;
}

#anc_artist dl dt small {
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 130%;
  font-weight: 600;
  font-family: 'Shippori Mincho', serif;
  position: absolute;
  top: -50px;
  left: 230px;
}

#anc_artist dl dd {
  width: 83%;
  margin: 80px 0 5% 17%;
  padding: 3% 40px 3% 100px;
  box-sizing: border-box;
  background: #eaeef0;
  display: block;
}

#anc_artist dl dd strong {
  font-size: 150%;
  display: block;
  font-weight: bold;
  margin-bottom: 3%;
  line-height: 1.4;
}

#anc_artist dl dd span {
  font-size: 140%;
  display: block;
  font-weight: bold;
  margin-bottom: 3%;
}

#anc_artist dl dd span small {
  font-size: 80%;
  display: inline-block;
  margin-left: 10px;
}

#anc_artist dl dd p:nth-of-type(2) img {
  width: 200px;
  float: right;
  margin: 0 0 3% 4%;
}



#anc_dancer {
  text-align: center;
  padding-bottom: 2%;
  margin-top: 5%;

}

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

#anc_dancer h2 img {
  width: 300px;
  margin: 0 auto;
}

.dancer_a {
  width: 90%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 3% auto;
}

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


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

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

.dancer_a>dl dd {
  line-height: 1.4;
  margin-top: 5px;
  font-size: 110%;
}

.dancer_a>dl dd span {
  font-size: 80%;
  display: block;
}

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

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

.sanjo h3 {
  width: 150px;
  margin: 3% auto 2%;
}

.actor h3 {
  width: 150px;
  margin: 3% auto 2%;
}

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

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

.bg_brown {
  background: #f6f3ed;
  padding: 0 0 2%;
}

.dancer_list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  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;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto 1%;
  padding-top: 20px;
}

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

.dancer_btm li:nth-child(1) {
  width: 40%;
}

.dancer_btm li:nth-child(2) {
  width: 30%;
}

.dancer_btm li:nth-child(3) {
  width: 30%;
}

@media screen and (max-width: 940px) {
  .dancer_btm {
    flex-wrap: wrap;
    width: 300px;
    margin: 5% auto 0;
  }

  .dancer_btm li:nth-child(1) {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }

  .dancer_btm li:nth-child(2) {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
  }

  .dancer_btm li:nth-child(3) {
    width: 100%;
    text-align: left;
  }
}

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

.dancer_btm li span em {
  display: inline-block;
  letter-spacing: 0.1rem;
  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 {
  width: 85%;
  max-width: 900px;
  padding-bottom: 5%;
  position: relative;
  padding-top: 0;
}

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

#anc_staff h2 {
  text-align: center;
  position: relative;
}

#anc_staff h2::before {
  content: '';
  width: 50px;
  height: 40px;
  display: block;
  background: url(../img/hane.png) no-repeat top left;
  background-size: 100% auto;
  mix-blend-mode: multiply;
  position: absolute;
  top: 20px;
  left: -20px;
}

#anc_staff h2::after {
  content: '';
  width: calc(105% - 50px);
  height: 5px;
  display: block;
  background: url(../img/dot.png) repeat-x top left;
  background-size: 150px auto;
  position: absolute;
  top: 35px;
  left: 40px;
}

#anc_staff h2 img {
  width: 80px;
  margin: 0 auto 3%;
}


#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: 160px;
  font-weight: bold;
  margin-bottom: 10px;
}

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

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

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

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

}


#ticket {
  width: 85%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 1%;
  position: relative;
  padding-top: 0;
}

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

#ticket h2 {
  text-align: center;
  position: relative;
}

#ticket h2::before {
  content: '';
  width: 50px;
  height: 40px;
  display: block;
  background: url(../img/hane.png) no-repeat top left;
  background-size: 100% auto;
  mix-blend-mode: multiply;
  position: absolute;
  top: 20px;
  left: -20px;
}

#ticket h2::after {
  content: '';
  width: calc(105% - 50px);
  height: 5px;
  display: block;
  background: url(../img/dot.png) repeat-x top left;
  background-size: 150px auto;
  position: absolute;
  top: 35px;
  left: 40px;
}

#ticket h2 img {
  width: 140px;
  margin: 0 auto 3%;
}

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

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

.bunka {
  width: 90%;
  max-width: 850px;
  border: 1px solid #9c7e3f;
  /*   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 #9c7e3f;
  padding-bottom: 10px;
  margin-top: 10px;
  font-size: 90%;
}

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

@media screen and (max-width: 1040px) {
  #ticket>div {
    max-width: 710px;
    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: #a68948;
  padding: 3% 0 0.5%;
  color: #fff;
  position: relative;
}

footer h3 {
  font-size: 200%;
  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 {
  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%;
  border: 6px double #a68948;
  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 {
  width: 300px;
  position: absolute;
  top: -85px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  background: #fff;
  font-size: 180%;
  font-family: 'Shippori Mincho', serif;
}

#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_detail+p {
  margin-left: 180px;
  margin-top: -38px;
}

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