@charset "UTF-8";
/* _reset.scss
--------------------------------------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  box-sizing: border-box;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

ul, ol {
  list-style-type: none;
}

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

a:hover {
  text-decoration: none;
}




#footer {
  width: 100%;
  background: #02126d;
  color: #fff;
}

#footer .inner {
  max-width: 1200px;
  /* width: 100%; */
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding: 35px 20px 35px;
  /* border-bottom: 1px solid #394063; */
}



#footer .inner::after {
  content: "";
  display: block;
  clear: both;
}

#footer .inner .block_L {
  float: left;
  width: 50%;
  padding-left: 10%;
}

#footer .inner .block_L .logo {
  margin-bottom: 20px;
  text-align: left;
}

#footer .inner .block_L .logo img{
  width: 200px;
  text-align: left;
  margin:0;
}



#footer .inner .block_L .tel_block {
  /* float: left; */
  /* max-width: 618px; */
  /* width: 52%; */
  margin: 0 auto;
  text-align: left;
}


#footer .inner .block_L .tel_block p {
  font-size:13px;
}


#footer .inner .block_L .tel_block .read_1 {
  margin-bottom: 5px;
}

#footer .inner .block_L .tel_block .tel {
  /* font-family: "Work Sans", sans-serif; */
  /* font-size: 12px; */
  letter-spacing: 0.07em;
  display: inline;
  font-size: 18px;
}

#footer .inner .block_L .tel_block .tel a {
  color: #fff;
}



.icon_phone:before {position:absolute;top:0;left:0;right:0;bottom:0;font-family: 'FontAwesome';content:"\f106";font-size: 30px;line-height:58px;}




#footer .inner .block_L .tel_block .tel .phone_span {
  display: inline-block;
  font-weight: 500;
  /* font-size: 21px; */
  margin-right: 5px;
  /* background: url(../img/common/icon_phone.svg) no-repeat left center; */
  /* padding-left: 25px; */
}





#footer .inner .block_R {
  /* float: right; */
  width: 100%;
  max-width: 1200px;
  /* padding-top: 40px; */
}

#footer .inner .block_R::after {
  content: "";
  display: block;
  clear: both;
}

#footer .inner .block_R .tel_block {
  float: left;
  max-width: 618px;
  width: 52%;
  border-left: 1px solid #424242;
}

#footer .inner .block_R .tel_block .read_1 {
  margin-bottom: 5px;
}

#footer .inner .block_R .tel_block .tel {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.07em;
}

#footer .inner .block_R .tel_block .tel a {
  color: #fff;
}

#footer .inner .block_R .tel_block .tel .tel_span {
  display: inline-block;
  font-weight: 500;
  font-size: 21px;
  margin-right: 5px;
  background: url(../img/common/footer_tel_icon.png) no-repeat left center;
  padding-left: 25px;
}

#footer .inner .block_R .contact_link {
  display: block;
  background: #02126d;
  border: 2px solid #02126d;
  transition: all 0.5s 0s ease;
  padding: 20px 30px;
  box-sizing: border-box;
  font-weight: bold;
  float: right;
  width: 46%;
  text-align: center;
  max-width: 280px;
  font-size: 14px;
}

#footer .inner .block_R .contact_link:hover {
  background: #fff;
}

#footer .inner .block_R .contact_link span {
  display: inline-block;
  background: url(../img/common/footer_contact_icon.png) no-repeat left center;
  padding-left: 30px;
  letter-spacing: 0.1em;
}







/* ----- .inner ----- */ 
#footer .inner2 {padding:50px 0;margin:0 5%;/* background:#fefefe; */}

/* ----- .infoArea ----- */ 
#footer .infoArea {font-size:0;z-index:2;/* position:relative; */}

/* ----- .infoBox ----- */ 
#footer .infoBox {display:inline-block;margin:0;/* width: 48%; */flex: 0 0 48%;padding:5px 2.5%;/* position: relative; */z-index:0;}
#footer .infoBox:after {position:absolute;top:0;right:0;bottom:0;width:0;content:"";border-right: #505050 1px solid;z-index:0;}
#footer .infoBox:last-child:after { display:none;}

#footer .infoBox .linkArea {margin-top:10px;/* text-align: center; */}
#footer .infoBox .linkArea .btnGoogle {display: inline-block;padding: 0 20px 0 30px;margin:0;font-size: 11px;text-decoration: none;text-align:center;line-height: 30px;letter-spacing: 1px;position: relative;color: #02126d;background:#fefefe;border: #02126d 1px solid;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 5px;max-width:100%;}
#footer .infoBox .linkArea .btnGoogle:after {font-family: 'themify';content: "\e693";font-size: 13px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;left: 10px;z-index: 1;line-height: 30px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;color: #02126d;}
#footer .infoBox .linkArea .btnGoogle:hover { color:#333; background:#02126d; color: #fff; border:#999 1px solid;border:#999 1px solid; }

#footer .infoBox .linkArea .btnGoogle a{color:#02126d}







footer a {
  color: #fff;
}


.works {
  padding: 90px 0 120px;
  background: #fff;
}

.works .m {
  font-size: 70px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.works .read {
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
  box-sizing: border-box;
}

.works .works_list::after {
  content: "";
  display: block;
  clear: both;
}

.works .see_more {
  max-width: 380px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.works_list {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

li.work {
  float: left;
  width: 33.33%;
  position: relative;
  margin-bottom: 50px;
  transition: all 0.5s 0s ease-out;
  overflow: hidden;
  z-index: 0;
}

li.work:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

li.work:hover .img_box img {
  transform: scale(1.05);
}

li.work .tag {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 5;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

li.work .graphic {
  background: #02126d;
}

li.work .web {
  background: #0D366E;
}

li.work a.link_work {
  transition: all 0.2s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work a.link_work:hover .title {
  color: #fff;
}

li.work a.link_work:hover .detail_box::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scaleX(1);
}

li.work .img_box {
  line-height: 0;
  overflow: hidden;
}

li.work .img_box img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work .detail_box {
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
}

li.work .detail_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111;
  z-index: 0;
  transition: all 0.4s 0s cubic-bezier(0.26, 0.45, 0.46, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: left top;
  transform: scaleX(0);
  z-index: 0;
}

li.work .title {
  font-size: 20px;
  position: relative;
  z-index: 2;
}

li.work .naiyou {
  font-size: 13px;
}

li.work .naiyou strong {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

.dance {
  width: 100%;
  background: #fff;
  position: relative;
  /* height: 589px; */
}

.dance .dance_m.pc_none {
  padding-top: 0px;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.dance .inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #02126d;
  height: 351px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  transition: all 1.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleY(0);
  transform-origin: center bottom;
}

.dance .inner.changed {
  transform: scaleY(1);
}

.dance .inner2 {
  width: 96%;
  max-width: 1500px;
  height: 503px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/home/sec5.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner2 .dance_m {
  font-family: "Work Sans", sans-serif;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  color: #02126d;
  padding-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.dance .inner2 .read {
  color: #fff;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.dance .inner2 .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner3 {
  position: relative;
  z-index: 2;
  top: -24px;
  background: #02126d;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 6% 4%;
  box-sizing: border-box;
}

.dance .inner3 .read {
  color: #000;
  margin-bottom: 20px;
}

.event {
  padding: 80px 0 90px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.event .event_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.event .event_ul {
  margin-bottom: 60px;
}

.event .event_ul::after {
  content: "";
  display: block;
  clear: both;
}

.event .event_ul li {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.5s 0s ease-out;
}

.event .event_ul li:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

.event .event_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li a:hover .img img {
  transform: scale(1.05);
}

.event .event_ul li a:hover .detail_area {
  background: #02126d;
  color: #000;
}

.event .event_ul li .img {
  line-height: 0;
  overflow: hidden;
}

.event .event_ul li .img img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.event .event_ul li .detail_area {
  padding: 4% 4%;
  box-sizing: border-box;
  transition: all 0.9s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li .date {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.event .event_ul li .title {
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.event .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.topics {
  padding: 80px 0 80px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.topics .topics_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
}

.topics .topics_ul {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 60px;
}

.topics .topics_ul::after {
  content: "";
  display: block;
  clear: both;
}

.topics .topics_ul li {
  width: 22%;
  margin-left: 2%;
  background: #fff;
  box-sizing: border-box;
  display: -moz-inline-box;
  display: inline-block !important;
  text-align: left;
}

.topics .topics_ul li:first-child {
  margin-left: 0px;
}

.topics .topics_ul li a {
  display: block;
  padding: 15px;
  border: 4px solid #fff;
  transition: all 0.5s 0s cubic-bezier(0.245, 0.045, 0.355, 1);
}

.topics .topics_ul li a:hover {
  border: 4px solid #000;
}

.topics .topics_ul li .title {
  font-weight: normal;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.topics .topics_ul li .date {
  text-align: right;
  padding-top: 20px;
  font-weight: bold;
}

.topics .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}


@media screen and (max-width: 1500px) {
  body {
    font-size: 15px;
  }

  .catch {
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    /* text-align: center; */
    /* position: relative; */
  }
  
/*   .concept .catch {
    font-size: 2rem;
    margin: 0 auto;
    color: #ddd;
    text-align: center;
  } */

  .catch p {
  }


  .concept .catch2 {
    font-size: 35px;
  }
  .service_ul li .title2 span {
    font-size: 18px;
  }
  #web_nav ul li {
    font-size: 13px;
  }
  #rec1 .en_rubi {
    font-size: 80px;
  }
  #rec1 .blockL {
    padding: 160px 0px 60px 60px;
    width: 88%;
  }
  #rec1 .blockL .inner {
    width: 70%;
  }
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 15px;
  }
  .concept .catch {
    /* padding-left: 40px; */
  }
  .concept .lead_area {
    padding: 30px 20px 0 20px;
  }
  .service .box ul li .m {
    font-size: 16px;
  }
  .event .event_ul li {
    width: 50%;
    margin-bottom: 50px;
  }
  .event .event_ul li .img {
    text-align: center;
  }
  #web_nav ul li {
    width: 33%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #web_nav ul li:nth-child(4) a {
    border: none;
  }
  #web_nav ul li a {
    padding: 0px 10px;
  }

  #rec1 figure {
    left: 55%;
    width: 45%;
    top: 38%;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 15px;
  }
  .header.scroll .logo, .header.scroll2 .logo {
    padding: 25px 0 0 25px;
  }
  .header.scroll .gnav ul, .header.scroll2 .gnav ul {
    padding: 0 75px 0 0px;
  }

  .header.scroll .gnav ul li ul, .header.scroll2 .gnav ul li ul {
    padding: 0 20px 0 0px;
  }

  
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    /* padding-left: 40px; */
  }
  .header.scroll .gnav ul li a, .header.scroll2 .gnav ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 25px;
  }


  .header.scroll .gnav ul li ul li a, .header.scroll2 .gnav ul li ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 15px;
  }
  
  .header.scroll .switchWrap, .header.scroll2 .switchWrap {
    width: 60px;
    height: 60px;
  }
  .header.scroll .switch__line, .header.scroll2 .switch__line {
    width: 28px;
  }




  
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  .see_more {
    padding: 20px 10px;
  }
  h1.logo {
    top: 25px;
  }
  .header .logo {
    padding: 25px 0 0 25px;
  }
  .gnav ul {
    padding: 0 75px 0 0px;
  }
  .gnav ul li:nth-child(2) {
    /* display: none; */
  }
  .gnav ul li:first-child a {
    padding-left: 50px;
  }
  .gnav ul li a {
    font-size: 18px;
    height: 75px;
    padding: 0px 25px;
  }
  .gnav .switchWrap {
    width: 75px;
    height: 75px;
  }
  .gnav .switch__line {
    width: 28px;
  }
  #footer .inner .block_R {
    /* max-width: 475px; */
    width: 50%;
  }
  #footer .inner .block_R .tel_block {
    width: 42%;
  }
  #footer .inner .block_R .tel_block .tel .time_span {
    display: none;
  }
  #footer .inner .block_R .contact_link {
    width: 55%;
  }

  .concept {
    margin-bottom: 70px;
  }
  .concept .catch {
    font-size: 90px;
  }
  .concept .catch2 {
    font-size: 30px;
  }
  .concept .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

　.staff_top {
    margin-bottom: 70px;
  }
  .staff_top .catch {
    font-size: 90px;
  }
  .staff_top .catch2 {
    font-size: 30px;
  }
  .staff_top .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

  .works {
    padding: 50px 0 80px;
  }
  .works .see_more {
    max-width: 280px;
  }
  li.work {
    width: 50%;
  }
  li.work .img_box {
    margin-bottom: 5px;
  }
  li.work .title {
    font-size: 17px;
  }
  .topics {
    padding: 30px 0 50px;
  }
  .topics .topics_m {
    margin-bottom: 20px;
  }
  .topics .topics_ul {
    margin-bottom: 20px;
  }
  .topics .topics_ul li {
    width: 46%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .topics .topics_ul li a {
    padding: 10px;
  }
  .topics .topics_ul li .title {
    padding-bottom: 15px;
  }
  .topics .topics_ul li .date {
    padding-top: 10px;
  }
  .topics .see_more {
    max-width: 280px;
  }
  .about1 .table_area .left_block, .about1 .table_area .right_block {
    width: 100%;
    float: none;
  }
  .about3 .inner .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .about3 .inner .lead1 {
    float: none;
    width: 100%;
  }
  .about3 .slick-arrow {
    padding: 15px;
  }
  .about3 .slick-prev::before, .about3 .slick-next::before {
    font-size: 15px;
    width: 15px;
    height: 15px;
  }
  .about3 .slick-prev {
    left: 10px;
  }
  .about3 .slick-next {
    right: 10px;
  }
  #graphic .works_list .work {
    width: 46%;
  }
  .works .works_link {
    font-size: 25px;
  }
  .web_list, .graphic_list {
    width: 100%;
  }
  .web_list {
    margin-bottom: 80px;
  }

  .web_list li:nth-child(odd) {
    border-left: 2px solid #fff;
  }

  .web_line_up .read1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .web_line_up #sec1 .read2 {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .web_line_up #sec1 .lineup_img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .web_line_up #sec1 .wrap2 {
    padding: 4%;
  }
  .web_line_up #sec1 .wrap2 .point4 {
    float: none;
    width: 100%;
    margin-bottom: 40px !important;
    padding-right: 0 !important;
  }
  .web_line_up #sec5 .m {
    font-size: 45px;
  }
  #rec1 .w1500 {
    padding: 150px 0% 50px;
  }
  #rec1 .m2 {
    left: 0px;
    width: 100%;
    text-align: center;
  }
  #rec1 .en_rubi {
    font-size: 70px;
  }
  #rec1 .blockL {
    width: 100%;
    padding: 125px 4% 40px;
    text-align: center;
  }
  #rec1 .blockL .inner {
    float: none;
    width: 100%;
  }
  #rec1 .blockL .catch {
    font-size: 30px;
  }
  #rec1 .blockL .see_more {
    margin-right: auto;
    margin-left: auto;
  }
  #rec1 figure {
    display: none;
  }
  .seido_list li {
    width: 46%;
    margin: 0 2% 20px;
  }
  #rec3 .block {
    width: 100%;
    left: 0%;
    margin: 0 auto;
    opacity: 0.8;
    padding: 50px 6%;
  }
  #rec5 .flow_1 .box::before {
    right: -8%;
  }
  #rec7 .see_more {
    width: 92%;
  }
  #rec7 .see_more span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  h1.logo {
    top: 20px;
    width: 55%;
    left: 3%;
  }
  h1.logo a {
    left: 0%;
  }
  .header .logo {
    padding: 25px 0 0 15px;
  }
  .gnav ul {
    display: none;
  }
  .close_menu ul li {
    /* margin-bottom: 18px; */
  }
  .close_menu a {
    font-size: 24px;
  }
  #footer .inner {
    padding: 35px 20px;
  }
  #footer .inner .block_L {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .inner .block_L .logo img {
    width: 180px;
  }
  #footer .inner .block_R {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  #footer .inner .block_R .tel_block {
    max-width: 100%;
    float: none;
    width: 100%;
  }
  #footer .inner .block_R .tel_block .read_1 {
    display: none;
  }
  #footer .inner .block_R .tel_block .tel {
    margin-bottom: 20px;
  }
  #footer .inner .block_R .contact_link {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }


  
  .concept .inner {
    height: 350px;
  }
  .concept .catch {
    font-size: 45px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 25px;
  }
  .concept .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .concept .catch2 {
    margin-bottom: 20px;
  }
  .concept .lead {
    text-align: justify;
  }
  .concept .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .concept .img_area img {
    display: block;
  }

　.staff_top .inner {
    height: auto;
  }
  .staff_top .catch {
    font-size: 3rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
  }
  .staff_top .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .staff_top .catch2 {
    margin-bottom: 20px;
  }
  .staff_top .lead {
    text-align: justify;
  }
  .staff_top .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .staff_top .img_area img {
    display: block;
  }


  .works .m {
    font-size: 50px;
  }
  .works .read {
    margin-bottom: 30px;
    padding: 0 4%;
  }
  li.work {
    width: 100%;
    margin-bottom: 30px;
  }
  li.work .tag {
    padding: 6px 20px;
  }
  li.work .title {
    font-size: 15px;
  }
  li.work .naiyou {
    font-size: 12px;
  }
  .dance {
    height: auto;
  }
  .dance .inner {
    height: auto;
  }
  .dance .inner2 {
    background: url(../img/home/sec5_sp.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 56.25%;
    height: auto;
  }
  .dance .inner2 .dance_m {
    font-size: 50px;
  }
  .dance .inner2 .read {
    padding: 0 20px;
    text-align: left;
  }
  .dance .inner2 .see_more {
    max-width: 280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .event {
    padding: 50px 0 50px;
  }
  .event .event_m {
    margin-bottom: 20px;
  }
  .event .event_ul {
    margin-bottom: 0px;
  }
  .event .event_ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .event .see_more {
    max-width: 280px;
  }
  .topics .topics_ul li {
    width: 96%;
  }
  .main_v_2nd {
    height: 300px;
  }
  .main_v_2nd .title_area {
    top: 35%;
    left: 20px;
    z-index: 1;
  }
  .main_v_2nd .en_title {
    font-size: 28px;
    line-height: 1;
  }
  .main_v_2nd .en_title .small {
    display: none;
  }
  .main_v_2nd .jp_title {
    font-size: 20px;
  }
  .no_main {
    padding: 100px 0 50px !important;
  }
  .no_main .m {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .no_main .m2_jp {
    font-size: 16px;
  }
  #company .main_v_2nd {
    background: url(../img/about/main_v_sp.jpg?20201216) no-repeat right center;
    background-size: cover;
  }
  .about1 {
    padding: 30px 10px 0px;
  }
  .about1 .title2 {
    font-size: 40px;
  }
  .about1 .table_area .tb1 {
    border-spacing: 8px 0px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    padding: 20px 0 10px;
  }
  .about2 {
    padding: 30px 10px 20px;
  }
  .about2 .lead1 {
    text-align: left;
    padding: 20px 15px 0;
    line-height: 1.8;
  }
  .about3 .inner h3 {
    font-size: 22px;
    padding: 0 4%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .about3 .autoplay {
    margin-bottom: 30px !important;
  }
  #graphic .works_list .work {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .pager {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .pager__buttons__button {
    font-size: 16px;
  }
  .pager__list {
    position: static;
    margin-top: 0;
    transform: none;
  }
  .pager__list a {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
  }
  .works .works_link {
    padding: 15px 15px;
    font-size: 18px;
  }
  .works .works_link span.en {
    display: none;
  }
  .works .works_link::before {
    width: 20px;
    height: 20px;
  }

  #contact .main_v_2nd {
    background: url(../img/contact/main_v_sp.jpg?20201216?20201216) no-repeat center center;
    background-size: cover;
  }
  .contact1 {
    padding: 30px 4%;
  }
  .contact1.no_main {
    padding: 80px 0 40px !important;
  }
  .contact1 .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact1 .step_ul li:nth-child(n+2)::before {
    width: 3px;
    margin: 0 4%;
  }
  .contact2 .f_set {
    padding: 28px 4% 0;
  }
  .contact2 textarea {
    height: 150px;
  }
  .checkbox {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 48px;
  }
  label {
    padding: 0px 50px;
    line-height: 48px;
  }
  .box_outline {
    top: 12px;
    width: 22px;
    height: 22px;
  }
  .contact__form__policy {
    padding: 20px 0;
  }
  .submit_policy label {
    width: 100%;
    max-width: 460px;
    padding: 0 0px 0 70px;
    font-size: 13px;
  }
  .button_submit {
    width: 82%;
    padding: 20px 0;
  }
  .confirm .f_set {
    padding: 4%;
  }
  #privacy .container {
    padding: 40px 4% 0;
  }
  .container section {
    padding-top: 35px;
  }
  #web_nav ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  #web_nav ul li a {
    border-left: none;
  }
  #web_nav ul li a {
    padding: 0px 10px 10px;
    border-bottom: 1px dotted #ccc;
  }
  #web_nav ul li a span {
    padding-left: 25px;
  }
 
  #dance .main_v_2nd {
    background: url(../img/dance/main_v_sp.jpg?20201216?20201216) no-repeat right center;
    background-size: cover;
  }
  #dance .main_v_2nd #catch {
    padding: 0 4%;
    box-sizing: border-box;
  }
  #rec1 .w1500 {
    padding: 130px 0% 50px;
  }
  #rec1 .m2 {
    font-size: 18px;
  }
  #rec1 .en_rubi {
    font-size: 38px;
    padding-top: 20px;
  }
  #rec1 .blockL {
    padding: 75px 4% 40px;
  }
  #rec1 .blockL .catch {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #rec1 .blockL .read {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 30px;
  }
  .m2_rec {
    font-size: 45px;
  }
  #rec2 {
    padding-top: 20px;
  }
  .seido_list li {
    width: 48%;
    margin: 0 1% 20px;
    padding: 4%;
  }
  .seido_list .icon {
    width: 44px;
    height: 42px;
  }
  .seido_list .m3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #rec3 .block .m3 {
    font-size: 25px;
  }
  #rec4 {
    padding: 50px 0;
  }
  #rec4 .link_h3, #rec4 .link_h3_off {
    font-size: 18px;
  }
  #rec4 .link_h3 .em1, #rec4 .link_h3_off .em1 {
    display: none;
  }
  #rec4 .link_h3_off .em2 {
    font-size: 14px;
    margin-left: 0px;
    display: block;
  }
  #rec5 {
    margin-bottom: 60px;
  }
  #rec5 .flow_1 {
    width: 50%;
    padding: 10px 5px;
  }
  #rec5 .flow_1 .box {
    max-width: 100%;
    padding: 12px 5px;
  }
  #rec5 .flow_1 .box::before {
    display: none;
  }
  #rec7 {
    background: url("../img/dance/sec7_bg_sp.jpg") no-repeat left center;
  }
  #rec7 .catch {
    width: 80%;
    box-sizing: border-box;
  }
  #works_single .mm {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
  .header .logo {
    width: 60%;
  }
  #footer .copyright .footer__copy {
    width: 100%;
  }
  .about1 .title2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    display: block;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .about1 .table_area .tb1 th {
    border: none;
    padding: 20px 0 0px;
  }
  .about1 .table_area .tb1 td {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 10px;
  }
  .about3 .inner h3 {
    text-align: left;
    font-size: 18px;
  }
  .about3 .inner .lead1 {
    text-align: left;
    line-height: 2;
  }
}

@media screen and (max-width: 640px) and (orientation: portrait) {
  body {
    font-size: 15px;
  }
  .main_v .copy_area .en_copy {
    font-size: 38px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .main_v .copy_area .jp_copy {
    padding-top: 20px;
    line-height: 1.8;
  }

}





@media screen and (max-width: 500px) {
 
.concept .catch {

    padding: 50px 0 50px 0;

}


  .concept .catch2 {
    font-size: 25px;
  }

  .concept {
    margin-bottom: 20px;
  }
  .staff_top .catch {
    /* font-size: 30px; */
    /* box-sizing: border-box; */
    /* width: 100%; */
    /* padding: 0 4%; */
    /* margin-bottom: 25px; */
    /* text-align: center; */
    font-size: calc( 2.133rem + 8 * (100vw - 400px) / 240 );
  }

 .staff_top .catch2 {
    font-size: 20px;
  }

  .dance {
    height: auto;
  }
  #footer .inner {
    padding: 35px 10px;
  }

  
}





@media screen and (min-width: 1920px) {
  h1.logo {
    left: calc((100% - 1850px)/2);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    padding-left: 50px;
  }
}



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

.close_menu {
    transition: all 0.3s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.close_menu ul {
  width: 100%;
}

.close_menu a {
  font-size: 18px;
}

}




.link_st01 a{color:#c81f1f;border-bottom: 1px solid #c81f1f;}
.link_st01 a:hover{color:#888787;border-bottom:1px dashed #888787}

/* **************** 2020.10.16 *** */

/* *** footer menu-fit *** */

.menu-fit {
  display: none;
}

@media(max-width: 769px) {

  .menu-fit {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px 5px;
    background: rgba(255, 255, 255, .8);
    z-index: 3;
  }

  .menu-fit__wrap {
    display: flex;
    width: 98%;
    margin: 0 auto;
  }

  .menu-fit__btn {
    width: calc(100% / 2);
    margin: 5px;
    padding: 0 5px;
    background:  #EB2A64;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }

  .menu-fit__txt {
    font-weight: bold;
  }
}

/* ----- ヘッダー固定ボタン --- */

.lock__btn {
  display: none;
}

@media(max-width: 769px) {
  
  .lock__btn {
    display: block;
    position: relative;
  }

  .lock__inner {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 10;
  }

  .lock__box {
    padding: 10px 30px 10px 10px;
    background: #EB2A64;
    border-radius: 5px 0 0 5px;
  }

  .lock__box:first-child {
    margin-bottom: 10px;
  }

  .lock__item {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/* ----- スケジュールページ：改行スマホのみ --- */

.pc-none {
  display: none;
}

@media(max-width: 499px) {
  .pc-none {
    display: block;
  }
}

/* ----- チーム概要：リンク色 --- */

.link__ground a {
  color: #EB2A64;
}

/* ----- TOPページ：ブログアイコン用 --- */

.blog__icon img {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}

.sns__header {
  margin-bottom: 10px;
}



.txt_c{text-align:center}
.txt_l{text-align:left}
.txt_r{text-align:right}



.border_span{
	border-bottom: 2px solid #de1515;
}

.weight6_span{
	font-weight:600;
}

.color_red{color:#de1515}
.color_green{color:#067f4e}
.color_blue{color:#067be0}
.color_violet{color:#9f15b7}

.color_red a{color:#de1515;border-bottom:1px solid #de1515}
.color_green a{color:#067f4e;border-bottom:1px solid #067f4e}
.color_blue a{color:#067be0;border-bottom:1px solid #067be0}

.color_red a:hover{color:#c35353;border-bottom:1px dashed #de1515}
.color_green a:hover{color:#21a771;border-bottom:1px dashed #067f4e}
.color_blue a:hover{color:#3b99ea;border-bottom:1px dashed #067be0}

.txt_00{font-size:13px}
.txt_01{font-size:15px}
.txt_02{font-size:16px}
.txt_03{font-size:17px}
.txt_04{font-size:18px}
.txt_05{font-size:19px}
.txt_06{font-size:20px}
.txt_07{font-size:22px}

.pd-top_01{padding-top:5px}
.pd-top_02{padding-top:10px}
.pd-top_03{padding-top:15px}
.pd-top_04{padding-top:20px}
.pd-top_05{padding-top:25px}

.pd-left_01{padding-left:1em}
.pd-left_02{padding-left:2em}
.pd-left_03{padding-left:3em}
.pd-left_04{padding-left:4em}
.pd-left_05{padding-left:5em}


.line-b-gray_01{border-bottom:1px solid #ddd}
.line-b-gray_02{border-bottom:1px dashed #ddd}
.line-b-red_01{border-bottom:1px solid #de1515}
.line-b-red_02{border-bottom:1px dashed #de1515}


.f_weight_400{font-weight:400;}
.f_weight_500{font-weight:500;}
.f_weight_600{font-weight:600;}
.f_weight_700{font-weight:700;}





.bborder-none {
  border-bottom: none;
}

.bborder-inner
 {
  border-bottom: 1px solid #394063;
}






* {
  box-sizing: border-box;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

object, embed {
  vertical-align: top;
}

hr, legend {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

ul, ol {
  list-style-type: none;
}

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

a:hover {
  text-decoration: none;
}



   
   
   /* -----------------------------------------------------------
   
      jQuery.mmenu CSS
   
      ----------------------------------------------------------- */
   #my-menu:not( .mm-menu ) { display: none; }
   #menu:not( .mm-menu ) { display: none; }
   /* jQuery.mmenu oncanvas CSS */
   .mm-hidden { display: none !important; }
   .mm-wrapper { overflow-x: hidden; position: relative; }
   .mm-menu,
   .mm-panels,
   .mm-panels > .mm-panel { margin: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; letter-spacing: 1px; }
   .mm-panels > .mm-panel {margin-top: 50px;border-top:#ddd 1px solid;}
   .mm-menu { box-sizing: border-box; background: inherit; display: block; overflow: hidden; padding: 0; }
   .mm-panel { transition: transform 0.4s ease; transform: translate3d(100%, 0, 0); }
   .mm-panel.mm-opened { transform: translate3d(0%, 0, 0); }
   .mm-panel.mm-subopened { transform: translate3d(-30%, 0, 0); }
   .mm-panel.mm-highest { z-index: 1; }
   .mm-panels,
   .mm-panels > .mm-panel { background: inherit; border-color: inherit; }
   .mm-panels > .mm-panel { background: inherit; border-color: inherit;  background:#fafafa;-webkit-overflow-scrolling: touch; overflow: scroll; overflow-x: hidden; overflow-y: auto; box-sizing: border-box; padding: 0 20px; }
   .mm-panels > .mm-panel.mm-hasnavbar { padding-top: 40px; }
   .mm-panels > .mm-panel:before,
   .mm-panels > .mm-panel:after { content: ''; display: block; height: 20px; }
   .mm-vertical .mm-panel { transform: none !important; }
   .mm-vertical .mm-listview .mm-panel,
   .mm-listview .mm-vertical .mm-panel { display: none; padding: 10px 0 10px 10px; }
   .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
    .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after { border-color: transparent; }
   .mm-vertical li.mm-opened > .mm-panel,
   li.mm-vertical.mm-opened > .mm-panel { display: block; }
   
   /* .mm-listview ul */
   .mm-listview ul { background:#fefefe;  }
   .mm-listview,
   .mm-listview > li { list-style: none; display: block; padding: 0; margin: 0; }
   .mm-listview { font: inherit; font-size: 11px; line-height: 20px; letter-spacing: 1px; }
   .mm-listview a,
    .mm-listview a:hover { text-decoration: none; }
   .mm-listview > li { position: relative; background:#fefefe;}
   .mm-listview > li,
   .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before { border-color: inherit; border-color: #eee; }
   
   .mm-listview > li > a,
    .mm-listview > li > span.block { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: inherit; display: block; padding: 0 10px 0 30px; margin: 0; font-size: 12px; line-height:50px; }
   .mm-listview > li > a.en { font-size: 13px; font-family: 'Catamaran', sans-serif; font-weight:600; letter-spacing:2.5px;}
   .mm-listview > li > a.home {position:relative;z-index:1;padding: 0 10px 0 55px;}
   .mm-listview > li > a.home:before {position:absolute;top:0;left:30px;bottom:0;width:30px;font-size:14px;text-align:left;font-family: 'themify';content: "\e69b";font-weight:normal;line-height:45px;position: absolute;top: 3px;left: 30px;bottom: 0;width: 30px;font-size: 20px;text-align: left;font-family: 'FontAwesome';content: "\f015";content: url(../images/icon/icon_home.svg?20200210);font-weight: normal;line-height: 45px;color: #9E9E9E;}
   
   .mm-listview > li > a.calendarArea,
   .mm-listview > li > a.contact,
   .mm-listview > li > a.tel { position:relative; z-index:1; padding: 0 10px 0 75px; font-size:12px;letter-spacing:2px; }
   .mm-listview > li > a.calendarArea span.calendar { position:absolute; top:8px; left:30px; bottom:8px; width:35px; border:#333 1px dotted; border-top:#333 double; z-index:2; text-align:center;}
   
   /* .calendarArea p */
   .mm-listview > li > a.calendarArea span.calendar p { color:#111; font-family: 'Catamaran', sans-serif; font-weight:800; line-height:0; }
   .mm-listview > li > a.calendarArea span.calendar p.month { position:absolute; top:0; left:0; right:0; line-height:20px; font-size:9px; text-transform:uppercase; }
   .mm-listview > li > a.calendarArea span.calendar p.day { position:absolute; left:0; right:0; bottom:0px; line-height:20px;font-size:10px; font-family: 'Open Sans', sans-serif; font-weight:400; letter-spacing:0.5px;}
   
   .mm-listview > li > a.contact:before { position:absolute; top:0; left:30px; bottom:0; width:35px; font-size:20px; text-align:center; font-family: 'themify'; content: "\e75a"; font-weight:normal; }
   .mm-listview > li > a.tel:before{ position:absolute; top:0; left:30px; bottom:0; width:35px; content: ""; background:url(../images/telIconSp.png) center center no-repeat; background-size:20px 20px;}
   
   .mm-listview > li > span.block { font-size: 13px; font-family: 'Catamaran', sans-serif; font-weight:600; letter-spacing:2.5px;}
   .mm-listview > li > span.block b {font-family:'Open Sans'; font-size:0.9em; font-weight:500; vertical-align:0;}
   .mm-listview > li:not(.mm-divider):after {/* content: ''; *//* border-bottom-width: 1px; *//* border-bottom-style: solid; *//* display: block; *//* position: absolute; *//* left: 0; *//* right: 0; *//* bottom: 0; */}
   .mm-listview > li:not(.mm-divider):after {/* left: 20px; *//* left:0; */}
   
   /* .bgGray */
   .mm-listview > li > .bgGray { background:#fafafa;}
   
   /* .mm-next */
   .mm-listview .mm-next { background: rgba(3, 2, 1, 0); width: 50px; padding: 0; position: absolute; right: 0; top: 0; bottom: 0; z-index: 2; }
   .mm-listview .mm-next:before { content: ''; border-left-width: 1px; border-left-style: solid; display: block; position: absolute; top: 0; bottom: 0; left: 0; }
   .mm-listview .mm-next + a,
    .mm-listview .mm-next + span { margin-right: 50px; }
   .mm-listview .mm-next.mm-fullsubopen { width: 100%; }
   .mm-listview .mm-next.mm-fullsubopen:before { border-left: none; }
   .mm-listview .mm-next.mm-fullsubopen + a,
    .mm-listview .mm-next.mm-fullsubopen + span { padding-right: 50px; margin-right: 0; }
   .mm-panels > .mm-panel > .mm-listview { margin: 20px -20px; }
   .mm-panels > .mm-panel > .mm-listview:first-child,
   .mm-panels > .mm-panel > .mm-navbar + .mm-listview { margin-top: -20px; }
   
   /* .mm-inset */
   .mm-listview .mm-inset { list-style: none; padding: 0; margin: 0; }
   .mm-listview .mm-inset > li { padding: 0; position:relative; z-index:1; }
   .mm-listview .mm-inset > li:after{ position:absolute; top:0; right:0; left:0; height:0; content:""; border-top:#ededed 1px dashed; z-index:-1; }
   
   .mm-listview .mm-inset > li > a { display:block; padding: 0 10px 0 50px; font-size:12px; line-height:45px; letter-spacing:2px; position:relative; }
   .mm-listview .mm-inset > li > a:before { position:absolute; top:50%; left:30px; width:7px; height:0; content:""; border-top:#e5e5e5 1px solid; }
   
   /* .SNS */
   .mm-listview .mm-inset > li.youtubeIcon > a,
   .mm-listview .mm-inset > li.facebookIcon > a,
   .mm-listview .mm-inset > li.pinterestIcon > a,
   .mm-listview .mm-inset > li.instagramIcon > a,
   .mm-listview .mm-inset > li.blogIcon > a { font-size:12px; font-family: 'Catamaran', sans-serif; font-weight:300;letter-spacing:2px; background:#fafafa; line-height:40px; }
   
   .mm-listview .mm-inset > li.youtubeIcon > a:before,
   .mm-listview .mm-inset > li.facebookIcon > a:before,
   .mm-listview .mm-inset > li.pinterestIcon > a:before,
   .mm-listview .mm-inset > li.instagramIcon > a:before,
   .mm-listview .mm-inset > li.blogIcon > a:before { position: static; width: 20px;height:auto; margin-right:5px; display: inline-block;border-top:none; font-family: 'themify'; font-weight: normal; text-align:center; }
   
   .mm-listview .mm-inset > li.youtubeIcon > a:before { font-size:15px; content: "\e728" }
   .mm-listview .mm-inset > li.facebookIcon > a:before { content: "\e741" }
   .mm-listview .mm-inset > li.pinterestIcon > a:before { content: "\e731"}
   .mm-listview .mm-inset > li.instagramIcon > a:before { content: "\e73d" }
   .mm-listview .mm-inset > li.blogIcon > a:before { font-size:13px; content: "\e61c"}
   
   .mm-listview .mm-divider { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 10px; text-transform: uppercase; text-indent: 20px; line-height: 25px; }
   .mm-listview .mm-spacer { padding-top: 40px; }
   .mm-listview .mm-spacer > .mm-next { top: 40px; }
   .mm-listview .mm-spacer.mm-divider { padding-top: 25px; }
   
   .mm-prev:before,
   .mm-next:after,
   .mm-arrow:after { content: ''; border: 1px solid transparent; display: inline-block; width: 7px; height: 7px; margin: auto; position: absolute; top: 0; bottom: 0; transform: rotate(-45deg); }
   .mm-prev:before { border-right: none; border-bottom: none; left: 23px; }
   .mm-next:after,
   .mm-arrow:after { border-top: none; border-left: none; right: 23px; }
   /* .mm-menu */
   .mm-menu { background: #fefefe; border-color: #eee; color: #111; border-right: #ededed 1px solid; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);}
   .mm-menu .mm-navbar > *,
    .mm-menu .mm-navbar a { color: rgba(0, 0, 0, 0.3); color: #b09d7c; font-size: 13px; letter-spacing: 2px; }
   .mm-menu .mm-navbar .mm-btn:before,
   .mm-menu .mm-navbar .mm-btn:after { border-color: rgba(0, 0, 0, 0.3); }
   .mm-menu .mm-listview { border-color: rgba(0, 0, 0, 0.1); }
   .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after { border-color: rgba(0, 0, 0, 0.3); }
   .mm-menu .mm-listview > li a:not(.mm-next) { -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5); tap-highlight-color: rgba(255, 255, 255, 0.5); }
   .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span { background: rgba(255, 255, 255, 0.5); }
   .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
    .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
    .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
    .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel { background: rgba(0, 0, 0, 0.05); }
   .mm-menu .mm-divider { background: rgba(0, 0, 0, 0.05); }
   /* jQuery.mmenu offcanvas addon CSS */
   .mm-page { box-sizing: border-box; position: relative; }
   .mm-slideout { transition: transform 0.4s ease; }
   html.mm-opened { overflow-x: hidden; position: relative; }
   html.mm-blocking { overflow: hidden; }
   html.mm-blocking body { overflow: hidden; }
   html.mm-background .mm-page { background: inherit; }
   #mm-blocker { background: rgba(3, 2, 1, 0); display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999999; }
   html.mm-blocking #mm-blocker { display: block; }
   .mm-menu.mm-offcanvas { display: none; position: fixed; }
   .mm-menu.mm-current { display: block; }
   .mm-menu {width: 100%;min-width: 140px;max-width: 440px;}
   html.mm-opening .mm-slideout { transform: translate(80%, 0); }
   
   @media all and (max-width: 175px) {
   html.mm-opening .mm-slideout { transform: translate(140px, 0); }
   }
   
   @media all and (min-width: 550px) {
   html.mm-opening .mm-slideout { transform: translate(440px, 0); }
   }
   /* jQuery.mmenu autoHeight addon CSS */
   .mm-menu.mm-autoheight { max-height: 80%; }
   .mm-menu.mm-autoheight.mm-fullscreen { max-height: 100%; }
   .mm-menu.mm-measureheight > .mm-panels > .mm-panel { bottom: auto !important; height: auto !important; }
   /* jQuery.mmenu counters addon CSS */
   em.mm-counter { font: inherit; font-size: 14px; font-style: normal; text-indent: 0; line-height: 20px; display: block; margin-top: -10px; position: absolute; right: 45px; top: 50%; }
   em.mm-counter { font-size: 12px; letter-spacing: 0; }
   em.mm-counter + a.mm-next { width: 90px; }
   em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span { margin-right: 90px; }
   em.mm-counter + a.mm-fullsubopen { padding-left: 0; }
   .mm-vertical > .mm-counter { top: 12px; margin-top: 0; }
   .mm-vertical.mm-spacer > .mm-counter { margin-top: 40px; }
   .mm-nosubresults > .mm-counter { display: none; }
   .mm-menu em.mm-counter { color: rgba(0, 0, 0, 0.3); color: #111; }
   /* jQuery.mmenu dividers addon CSS */
   .mm-divider > span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0; line-height: 25px; }
   .mm-divider.mm-opened a.mm-next:after { transform: rotate(45deg); }
   .mm-collapsed:not(.mm-uncollapsed) { display: none; }
   .mm-fixeddivider { background: inherit; display: none; position: absolute; top: 0; left: 0; right: 0; z-index: 2; transform: translate3d(0, 0, 0); }
   .mm-fixeddivider:after { content: none !important; display: none !important; }
   .mm-hasdividers .mm-fixeddivider { display: block; }
   .mm-menu .mm-fixeddivider span { background: rgba(0, 0, 0, 0.05); }
   /*
      jQuery.mmenu dragOpen addon CSS
   */
   html.mm-opened.mm-dragging .mm-menu,
   html.mm-opened.mm-dragging .mm-slideout { transition-duration: 0s; }
   /*
      jQuery.mmenu iconpanels addon CSS
   */
   .mm-iconpanel .mm-panel { transition-property: transform, left; }
   .mm-iconpanel .mm-panel.mm-opened { border-left: 1px solid; border-color: inherit; }
   .mm-iconpanel .mm-panel.mm-subopened { overflow-y: hidden; left: -40px; transform: translate3d(0, 0, 0); }
   .mm-iconpanel .mm-panel.mm-iconpanel-0 { left: 0px; }
   .mm-iconpanel .mm-panel.mm-iconpanel-1 { left: 40px; }
   .mm-iconpanel .mm-panel.mm-iconpanel-2 { left: 80px; }
   .mm-iconpanel .mm-panel.mm-iconpanel-3 { left: 120px; }
   .mm-iconpanel .mm-panel.mm-iconpanel-4 { left: 160px; }
   .mm-iconpanel .mm-panel.mm-iconpanel-5 { left: 200px; }
   .mm-iconpanel .mm-panel.mm-iconpanel-6 { left: 240px; }
   .mm-subblocker { background: inherit; opacity: 0; display: block; transition: opacity 0.4s ease; }
   .mm-subopened .mm-subblocker { opacity: 0.6; position: absolute; top: 0; right: 0; bottom: -100000px; left: 0; z-index: 3; }
   
   /*
      jQuery.mmenu borderstyle extension CSS
   */
   .mm-menu.mm-border-none .mm-listview > li:after,
   .mm-listview.mm-border-none > li:after { content: none; }
   .mm-menu.mm-border-full .mm-listview > li:after,
   .mm-listview.mm-border-full > li:after { left: 0 !important; }
   .mm-menu.mm-border-offset .mm-listview > li:after,
   .mm-listview.mm-border-offset > li:after { right: 20px; }
   /*
      jQuery.mmenu multiline extension CSS
   */
   .mm-menu.mm-multiline .mm-listview > li > a,
   .mm-menu.mm-multiline .mm-listview > li > span,
   .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
   .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span { text-overflow: clip; white-space: normal; }
   /*
      jQuery.mmenu pagedim extension CSS
   */
   html.mm-pagedim #mm-blocker,
   html.mm-pagedim-white #mm-blocker,
   html.mm-pagedim-black #mm-blocker { opacity: 0; }
   html.mm-pagedim.mm-opening #mm-blocker,
   html.mm-pagedim-white.mm-opening #mm-blocker,
   html.mm-pagedim-black.mm-opening #mm-blocker { opacity: 0.3; transition: opacity 0.4s ease 0.4s; }
   html.mm-pagedim #mm-blocker { background: inherit; }
   html.mm-pagedim-white #mm-blocker { background: #fff; }
   html.mm-pagedim-black #mm-blocker { background: #000; }
   /*
      jQuery.mmenu position extension CSS
   */
   .mm-menu.mm-top,
   .mm-menu.mm-bottom { width: 100%; min-width: 100%; max-width: 100%; }
   .mm-menu.mm-right { left: auto; right: 0; }
   .mm-menu.mm-bottom { top: auto; bottom: 0; }
   html.mm-right.mm-opening .mm-slideout { transform: translate(-80%, 0); }
   
   @media all and (max-width: 175px) {
   html.mm-right.mm-opening .mm-slideout { transform: translate(-140px, 0); }
   }
   
   @media all and (min-width: 550px) {
   html.mm-right.mm-opening .mm-slideout { transform: translate(-440px, 0); }
   }
   /*
      jQuery.mmenu z-position extension CSS
   */
   html.mm-front .mm-slideout { transform: none !important; z-index: 0 !important; }
   .mm-menu.mm-front { z-index: 1; }
   .mm-menu.mm-front,
   .mm-menu.mm-next { transition: transform 0.4s ease; transform: translate3d(-100%, 0, 0); }
   .mm-menu.mm-front.mm-right,
   .mm-menu.mm-next.mm-right { transform: translate3d(100%, 0, 0); }
   html.mm-opening .mm-menu.mm-front,
   html.mm-opening .mm-menu.mm-next { transform: translate3d(0, 0, 0); }
   
   
ul { list-style: none; }
a { text-decoration: none; color: black;}
/* body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
}
 */
 
   
   
   /* -----------------------------------------------------------
   
      jQuery.mmenu CSS
   
      ----------------------------------------------------------- */
   
   
   .accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0 0.625em 0 2em;
  /* background-color: #000; */
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-top: 1px dashed #f2f2f2;
  line-height: 45px;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #ffffff;
  color: #000;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*ç¸¦ç·šã«*/
  transform: rotate(90deg);
  background: #646464;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*æ¨ªç·š*/
  width: 15px;
  height: 2px;
  background: #2d2d2d;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  padding: 0 1.1em;
  /* border: 1px solid #0079c1; */
}

/* CSS for CodePen */
.accordion-container {
  margin: 0 auto;
}

ul { list-style: none; }
a { text-decoration: none; color: black;}
/* body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
} */







footer a {
  color: #fff;
}



.staff_top {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  margin-top: 140px;
  padding: 0 70px;
  background: url(../img/home/about.jpg) no-repeat center right;
}

.staff_top .inner {
  position: relative;
  width: 100%;
  height: 500px;
}

.staff_top .inner::after {
  content: "";
  display: block;
  clear: both;
}

.staff_top .catch {
  font-size: 4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-top: 80px;
  padding-left: 80px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.staff_top .lead_area {
  width: 40%;
  box-sizing: border-box;
  padding: 0 20px 0 80px;
}

.staff_top .catch2 {
  font-size: 30px;
  margin-bottom: 50px;
}

.staff_top .lead {
  font-size: 17px;
  line-height: 2.2;
  font-weight: bold;
}

.staff_top .img_area {
  /* width: 60%; */
  /* height: 500px; */
  /* overflow-x: hidden; */
  background: url(../img/home/staff.jpg) no-repeat center right;
  /* background-size: cover; */
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* top: 0; */
  /* right: 0; */
  /* bottom: auto; */
  /* left: auto; */
  z-index: 2000;
  opacity: 1;
  /* transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.staff_top .img_area:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #F9F9F9;
  z-index: 1;
  transition: all 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right top;
}

.staff_top .img_area img {
  display: none;
}

.staff_top .img_area.changed:after {
  left: 2000px;
  transform: scaleX(0);
}


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

.staff_top {
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

}


.works {
  padding: 90px 0 120px;
  background: #fff;
}

.works .m {
  font-size: 70px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.works .read {
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
  box-sizing: border-box;
}

.works .works_list::after {
  content: "";
  display: block;
  clear: both;
}

.works .see_more {
  max-width: 380px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.works_list {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

li.work {
  float: left;
  width: 33.33%;
  position: relative;
  margin-bottom: 50px;
  transition: all 0.5s 0s ease-out;
  overflow: hidden;
  z-index: 0;
}

li.work:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

li.work:hover .img_box img {
  transform: scale(1.05);
}

li.work .tag {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 5;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

li.work .graphic {
  background: #02126d;
}

li.work .web {
  background: #0D366E;
}

li.work a.link_work {
  transition: all 0.2s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work a.link_work:hover .title {
  color: #fff;
}

li.work a.link_work:hover .detail_box::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scaleX(1);
}

li.work .img_box {
  line-height: 0;
  overflow: hidden;
}

li.work .img_box img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work .detail_box {
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
}

li.work .detail_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111;
  z-index: 0;
  transition: all 0.4s 0s cubic-bezier(0.26, 0.45, 0.46, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: left top;
  transform: scaleX(0);
  z-index: 0;
}

li.work .title {
  font-size: 20px;
  position: relative;
  z-index: 2;
}

li.work .naiyou {
  font-size: 13px;
}

li.work .naiyou strong {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

.dance {
  width: 100%;
  background: #fff;
  position: relative;
  /* height: 589px; */
}

.dance .dance_m.pc_none {
  padding-top: 0px;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.dance .inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #02126d;
  height: 351px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  transition: all 1.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleY(0);
  transform-origin: center bottom;
}

.dance .inner.changed {
  transform: scaleY(1);
}

.dance .inner2 {
  width: 96%;
  max-width: 1500px;
  height: 503px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/home/sec5.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner2 .dance_m {
  font-family: "Work Sans", sans-serif;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  color: #02126d;
  padding-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.dance .inner2 .read {
  color: #fff;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.dance .inner2 .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner3 {
  position: relative;
  z-index: 2;
  top: -24px;
  background: #02126d;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 6% 4%;
  box-sizing: border-box;
}

.dance .inner3 .read {
  color: #000;
  margin-bottom: 20px;
}

.event {
  padding: 80px 0 90px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.event .event_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.event .event_ul {
  margin-bottom: 60px;
}

.event .event_ul::after {
  content: "";
  display: block;
  clear: both;
}

.event .event_ul li {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.5s 0s ease-out;
}

.event .event_ul li:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

.event .event_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li a:hover .img img {
  transform: scale(1.05);
}

.event .event_ul li a:hover .detail_area {
  background: #02126d;
  color: #000;
}

.event .event_ul li .img {
  line-height: 0;
  overflow: hidden;
}

.event .event_ul li .img img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.event .event_ul li .detail_area {
  padding: 4% 4%;
  box-sizing: border-box;
  transition: all 0.9s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li .date {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.event .event_ul li .title {
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.event .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.topics {
  padding: 80px 0 80px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.topics .topics_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
}

.topics .topics_ul {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 60px;
}

.topics .topics_ul::after {
  content: "";
  display: block;
  clear: both;
}

.topics .topics_ul li {
  width: 22%;
  margin-left: 2%;
  background: #fff;
  box-sizing: border-box;
  display: -moz-inline-box;
  display: inline-block !important;
  text-align: left;
}

.topics .topics_ul li:first-child {
  margin-left: 0px;
}

.topics .topics_ul li a {
  display: block;
  padding: 15px;
  border: 4px solid #fff;
  transition: all 0.5s 0s cubic-bezier(0.245, 0.045, 0.355, 1);
}

.topics .topics_ul li a:hover {
  border: 4px solid #000;
}

.topics .topics_ul li .title {
  font-weight: normal;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.topics .topics_ul li .date {
  text-align: right;
  padding-top: 20px;
  font-weight: bold;
}

.topics .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}


@media screen and (max-width: 1500px) {
  body {
    font-size: 15px;
  }

  .catch {
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    /* text-align: center; */
    /* position: relative; */
  }
  
/*   .concept .catch {
    font-size: 2rem;
    margin: 0 auto;
    color: #ddd;
    text-align: center;
  } */

  .catch p {
  }


  .concept .catch2 {
    font-size: 35px;
  }

  #web_nav ul li {
    font-size: 13px;
  }
  #rec1 .en_rubi {
    font-size: 80px;
  }
  #rec1 .blockL {
    padding: 160px 0px 60px 60px;
    width: 88%;
  }
  #rec1 .blockL .inner {
    width: 70%;
  }
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 15px;
  }
  .concept .catch {
    /* padding-left: 40px; */
  }
  .concept .lead_area {
    padding: 30px 20px 0 20px;
  }

  .event .event_ul li {
    width: 50%;
    margin-bottom: 50px;
  }
  .event .event_ul li .img {
    text-align: center;
  }
  #web_nav ul li {
    width: 33%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #web_nav ul li:nth-child(4) a {
    border: none;
  }
  #web_nav ul li a {
    padding: 0px 10px;
  }

  #rec1 figure {
    left: 55%;
    width: 45%;
    top: 38%;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 15px;
  }
  .header.scroll .logo, .header.scroll2 .logo {
    padding: 25px 0 0 25px;
  }
  .header.scroll .gnav ul, .header.scroll2 .gnav ul {
    padding: 0 75px 0 0px;
  }

  .header.scroll .gnav ul li ul, .header.scroll2 .gnav ul li ul {
    padding: 0 20px 0 0px;
  }

  
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    /* padding-left: 40px; */
  }
  .header.scroll .gnav ul li a, .header.scroll2 .gnav ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 25px;
  }


  .header.scroll .gnav ul li ul li a, .header.scroll2 .gnav ul li ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 15px;
  }
  
  .header.scroll .switchWrap, .header.scroll2 .switchWrap {
    width: 60px;
    height: 60px;
  }
  .header.scroll .switch__line, .header.scroll2 .switch__line {
    width: 28px;
  }




  
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  .see_more {
    padding: 20px 10px;
  }
  h1.logo {
    top: 25px;
  }
  .header .logo {
    padding: 25px 0 0 25px;
  }
  .gnav ul {
    padding: 0 75px 0 0px;
  }
  .gnav ul li:nth-child(2) {
    /* display: none; */
  }
  .gnav ul li:first-child a {
    padding-left: 50px;
  }
  .gnav ul li a {
    font-size: 18px;
    height: 75px;
    padding: 0px 25px;
  }
  .gnav .switchWrap {
    width: 75px;
    height: 75px;
  }
  .gnav .switch__line {
    width: 28px;
  }
  #footer .inner .block_R {
    /* max-width: 475px; */
    width: 50%;
  }
  #footer .inner .block_R .tel_block {
    width: 42%;
  }
  #footer .inner .block_R .tel_block .tel .time_span {
    display: none;
  }
  #footer .inner .block_R .contact_link {
    width: 55%;
  }

  .concept {
    margin-bottom: 70px;
  }
  .concept .catch {
    font-size: 90px;
  }
  .concept .catch2 {
    font-size: 30px;
  }
  .concept .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

　.staff_top {
    margin-bottom: 70px;
  }
  .staff_top .catch {
    font-size: 90px;
  }
  .staff_top .catch2 {
    font-size: 30px;
  }
  .staff_top .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

  }
  .works {
    padding: 50px 0 80px;
  }
  .works .see_more {
    max-width: 280px;
  }
  li.work {
    width: 50%;
  }
  li.work .img_box {
    margin-bottom: 5px;
  }
  li.work .title {
    font-size: 17px;
  }
  .topics {
    padding: 30px 0 50px;
  }
  .topics .topics_m {
    margin-bottom: 20px;
  }
  .topics .topics_ul {
    margin-bottom: 20px;
  }
  .topics .topics_ul li {
    width: 46%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .topics .topics_ul li a {
    padding: 10px;
  }
  .topics .topics_ul li .title {
    padding-bottom: 15px;
  }
  .topics .topics_ul li .date {
    padding-top: 10px;
  }
  .topics .see_more {
    max-width: 280px;
  }
  .about1 .table_area .left_block, .about1 .table_area .right_block {
    width: 100%;
    float: none;
  }
  .about3 .inner .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .about3 .inner .lead1 {
    float: none;
    width: 100%;
  }
  .about3 .slick-arrow {
    padding: 15px;
  }
  .about3 .slick-prev::before, .about3 .slick-next::before {
    font-size: 15px;
    width: 15px;
    height: 15px;
  }
  .about3 .slick-prev {
    left: 10px;
  }
  .about3 .slick-next {
    right: 10px;
  }
  #graphic .works_list .work {
    width: 46%;
  }
  .works .works_link {
    font-size: 25px;
  }
  .web_list, .graphic_list {
    width: 100%;
  }
  .web_list {
    margin-bottom: 80px;
  }
  .web_line_up .read1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .web_line_up #sec1 .read2 {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .web_line_up #sec1 .lineup_img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .web_line_up #sec1 .wrap2 {
    padding: 4%;
  }
  .web_line_up #sec1 .wrap2 .point4 {
    float: none;
    width: 100%;
    margin-bottom: 40px !important;
    padding-right: 0 !important;
  }
  .web_line_up #sec5 .m {
    font-size: 45px;
  }
  #rec1 .w1500 {
    padding: 150px 0% 50px;
  }
  #rec1 .m2 {
    left: 0px;
    width: 100%;
    text-align: center;
  }
  #rec1 .en_rubi {
    font-size: 70px;
  }
  #rec1 .blockL {
    width: 100%;
    padding: 125px 4% 40px;
    text-align: center;
  }
  #rec1 .blockL .inner {
    float: none;
    width: 100%;
  }
  #rec1 .blockL .catch {
    font-size: 30px;
  }
  #rec1 .blockL .see_more {
    margin-right: auto;
    margin-left: auto;
  }
  #rec1 figure {
    display: none;
  }
  .seido_list li {
    width: 46%;
    margin: 0 2% 20px;
  }
  #rec3 .block {
    width: 100%;
    left: 0%;
    margin: 0 auto;
    opacity: 0.8;
    padding: 50px 6%;
  }
  #rec5 .flow_1 .box::before {
    right: -8%;
  }
  #rec7 .see_more {
    width: 92%;
  }
  #rec7 .see_more span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  h1.logo {
    top: 20px;
    width: 55%;
    left: 3%;
    z-index: 20;
  }
  h1.logo a {
    left: 0%;
  }
  .header .logo {
    padding: 25px 0 0 15px;
  }
  .gnav ul {
    display: none;
  }
  .close_menu ul li {
    /* margin-bottom: 18px; */
  }
  .close_menu a {
    font-size: 24px;
  }
  #footer .inner {
    padding: 35px 20px;
  }
  #footer .inner .block_L {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .inner .block_L .logo img {
    width: 180px;
  }
  #footer .inner .block_R {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  #footer .inner .block_R .tel_block {
    max-width: 100%;
    float: none;
    width: 100%;
  }
  #footer .inner .block_R .tel_block .read_1 {
    display: none;
  }
  #footer .inner .block_R .tel_block .tel {
    margin-bottom: 20px;
  }
  #footer .inner .block_R .contact_link {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }


  
  .concept .inner {
    height: 350px;
  }
  .concept .catch {
    font-size: 45px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 25px;
  }
  .concept .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .concept .catch2 {
    margin-bottom: 20px;
  }
  .concept .lead {
    text-align: justify;
  }
  .concept .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .concept .img_area img {
    display: block;
  }

　.staff_top .inner {
    height: auto;
  }
  .staff_top .catch {
    font-size: 3rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
  }
  .staff_top .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .staff_top .catch2 {
    margin-bottom: 20px;
  }
  .staff_top .lead {
    text-align: justify;
  }
  .staff_top .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .staff_top .img_area img {
    display: block;
  }


  .works .m {
    font-size: 50px;
  }
  .works .read {
    margin-bottom: 30px;
    padding: 0 4%;
  }
  li.work {
    width: 100%;
    margin-bottom: 30px;
  }
  li.work .tag {
    padding: 6px 20px;
  }
  li.work .title {
    font-size: 15px;
  }
  li.work .naiyou {
    font-size: 12px;
  }
  .dance {
    height: auto;
  }
  .dance .inner {
    height: auto;
  }
  .dance .inner2 {
    background: url(../img/home/sec5_sp.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 56.25%;
    height: auto;
  }
  .dance .inner2 .dance_m {
    font-size: 50px;
  }
  .dance .inner2 .read {
    padding: 0 20px;
    text-align: left;
  }
  .dance .inner2 .see_more {
    max-width: 280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .event {
    padding: 50px 0 50px;
  }
  .event .event_m {
    margin-bottom: 20px;
  }
  .event .event_ul {
    margin-bottom: 0px;
  }
  .event .event_ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .event .see_more {
    max-width: 280px;
  }
  .topics .topics_ul li {
    width: 96%;
  }
  .main_v_2nd {
    height: 300px;
  }
  .main_v_2nd .title_area {
    top: 35%;
    left: 20px;
    z-index: 1;
  }
  .main_v_2nd .en_title {
    font-size: 28px;
    line-height: 1;
  }
  .main_v_2nd .en_title .small {
    display: none;
  }
  .main_v_2nd .jp_title {
    font-size: 20px;
  }
  .no_main {
    padding: 100px 0 50px !important;
  }
  .no_main .m {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .no_main .m2_jp {
    font-size: 16px;
  }
  #company .main_v_2nd {
    background: url(../img/about/main_v_sp.jpg?20201216?20201216) no-repeat right center;
    background-size: cover;
  }
  .about1 {
    padding: 30px 10px 0px;
  }
  .about1 .title2 {
    font-size: 40px;
  }
  .about1 .table_area .tb1 {
    border-spacing: 8px 0px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    padding: 20px 0 10px;
  }
  .about2 {
    padding: 30px 10px 20px;
  }
  .about2 .lead1 {
    text-align: left;
    padding: 20px 15px 0;
    line-height: 1.8;
  }
  .about3 .inner h3 {
    font-size: 22px;
    padding: 0 4%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .about3 .autoplay {
    margin-bottom: 30px !important;
  }
  #graphic .works_list .work {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .pager {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .pager__buttons__button {
    font-size: 16px;
  }
  .pager__list {
    position: static;
    margin-top: 0;
    transform: none;
  }
  .pager__list a {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
  }
  .works .works_link {
    padding: 15px 15px;
    font-size: 18px;
  }
  .works .works_link span.en {
    display: none;
  }
  .works .works_link::before {
    width: 20px;
    height: 20px;
  }
  #contact .main_v_2nd {
    background: url(../img/contact/main_v_sp.jpg?20201216?20201216) no-repeat center center;
    background-size: cover;
  }
  .contact1 {
    padding: 30px 4%;
  }
  .contact1.no_main {
    padding: 80px 0 40px !important;
  }
  .contact1 .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact1 .step_ul li:nth-child(n+2)::before {
    width: 3px;
    margin: 0 4%;
  }
  .contact2 .f_set {
    padding: 28px 4% 0;
  }
  .contact2 textarea {
    height: 150px;
  }
  .checkbox {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 48px;
  }
  label {
    padding: 0px 50px;
    line-height: 48px;
  }
  .box_outline {
    top: 12px;
    width: 22px;
    height: 22px;
  }
  .contact__form__policy {
    padding: 20px 0;
  }
  .submit_policy label {
    width: 100%;
    max-width: 460px;
    padding: 0 0px 0 70px;
    font-size: 13px;
  }
  .button_submit {
    width: 82%;
    padding: 20px 0;
  }
  .confirm .f_set {
    padding: 4%;
  }
  #privacy .container {
    padding: 40px 4% 0;
  }
  .container section {
    padding-top: 35px;
  }
  #web_nav ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  #web_nav ul li a {
    border-left: none;
  }
  #web_nav ul li a {
    padding: 0px 10px 10px;
    border-bottom: 1px dotted #ccc;
  }
  #web_nav ul li a span {
    padding-left: 25px;
  }
 
  #dance .main_v_2nd {
    background: url(../img/dance/main_v_sp.jpg?20201216?20201216) no-repeat right center;
    background-size: cover;
  }
  #dance .main_v_2nd #catch {
    padding: 0 4%;
    box-sizing: border-box;
  }
  #rec1 .w1500 {
    padding: 130px 0% 50px;
  }
  #rec1 .m2 {
    font-size: 18px;
  }
  #rec1 .en_rubi {
    font-size: 38px;
    padding-top: 20px;
  }
  #rec1 .blockL {
    padding: 75px 4% 40px;
  }
  #rec1 .blockL .catch {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #rec1 .blockL .read {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 30px;
  }
  .m2_rec {
    font-size: 45px;
  }
  #rec2 {
    padding-top: 20px;
  }
  .seido_list li {
    width: 48%;
    margin: 0 1% 20px;
    padding: 4%;
  }
  .seido_list .icon {
    width: 44px;
    height: 42px;
  }
  .seido_list .m3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #rec3 .block .m3 {
    font-size: 25px;
  }
  #rec4 {
    padding: 50px 0;
  }
  #rec4 .link_h3, #rec4 .link_h3_off {
    font-size: 18px;
  }
  #rec4 .link_h3 .em1, #rec4 .link_h3_off .em1 {
    display: none;
  }
  #rec4 .link_h3_off .em2 {
    font-size: 14px;
    margin-left: 0px;
    display: block;
  }
  #rec5 {
    margin-bottom: 60px;
  }
  #rec5 .flow_1 {
    width: 50%;
    padding: 10px 5px;
  }
  #rec5 .flow_1 .box {
    max-width: 100%;
    padding: 12px 5px;
  }
  #rec5 .flow_1 .box::before {
    display: none;
  }
  #rec7 {
    background: url("../img/dance/sec7_bg_sp.jpg") no-repeat left center;
  }
  #rec7 .catch {
    width: 80%;
    box-sizing: border-box;
  }
  #works_single .mm {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
  .header .logo {
    width: 60%;
  }
  #footer .copyright .footer__copy {
    width: 100%;
  }
  .about1 .title2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    display: block;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .about1 .table_area .tb1 th {
    border: none;
    padding: 20px 0 0px;
  }
  .about1 .table_area .tb1 td {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 10px;
  }
  .about3 .inner h3 {
    text-align: left;
    font-size: 18px;
  }
  .about3 .inner .lead1 {
    text-align: left;
    line-height: 2;
  }
}

@media screen and (max-width: 640px) and (orientation: portrait) {
  body {
    font-size: 15px;
  }
  .main_v .copy_area .en_copy {
    font-size: 38px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .main_v .copy_area .jp_copy {
    padding-top: 20px;
    line-height: 1.8;
  }

}





@media screen and (max-width: 500px) {
 
.concept .catch {

    padding: 50px 0 50px 0;

}


  .concept .catch2 {
    font-size: 25px;
  }

  .concept {
    margin-bottom: 20px;
  }
  .staff_top .catch {
    /* font-size: 30px; */
    /* box-sizing: border-box; */
    /* width: 100%; */
    /* padding: 0 4%; */
    /* margin-bottom: 25px; */
    /* text-align: center; */
    font-size: calc( 2.133rem + 8 * (100vw - 400px) / 240 );
  }

 .staff_top .catch2 {
    font-size: 20px;
  }

  .dance {
    height: auto;
  }
  #footer .inner {
    padding: 35px 10px;
  }

  
}





@media screen and (min-width: 1920px) {
  h1.logo {
    left: calc((100% - 1850px)/2);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    padding-left: 50px;
  }
}



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

.close_menu {
    transition: all 0.3s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.close_menu ul {
  width: 100%;
}

.close_menu a {
  font-size: 18px;
}

}





.link_st01 a{color:#c81f1f;border-bottom: 1px solid #c81f1f;}
.link_st01 a:hover{color:#888787;border-bottom:1px dashed #888787}

/* **************** 2020.10.16 *** */

/* *** footer menu-fit *** */

.menu-fit {
  display: none;
}

@media(max-width: 769px) {

  .menu-fit {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px 5px;
    background: rgba(255, 255, 255, .8);
    z-index: 3;
  }

  .menu-fit__wrap {
    display: flex;
    width: 98%;
    margin: 0 auto;
  }

  .menu-fit__btn {
    width: calc(100% / 2);
    margin: 5px;
    padding: 0 5px;
    background:  #EB2A64;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }

  .menu-fit__txt {
    font-weight: bold;
  }
}

/* ----- ヘッダー固定ボタン --- */

.lock__btn {
  display: none;
}

@media(max-width: 769px) {
  
  .lock__btn {
    display: block;
    position: relative;
  }

  .lock__inner {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 10;
  }

  .lock__box {
    padding: 10px 30px 10px 10px;
    background: #EB2A64;
    border-radius: 5px 0 0 5px;
  }

  .lock__box:first-child {
    margin-bottom: 10px;
  }

  .lock__item {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/* ----- スケジュールページ：改行スマホのみ --- */

.pc-none {
  display: none;
}

@media(max-width: 499px) {
  .pc-none {
    display: block;
  }
}

/* ----- チーム概要：リンク色 --- */

.link__ground a {
  color: #EB2A64;
}

/* ----- TOPページ：ブログアイコン用 --- */

.blog__icon img {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}

.sns__header {
  margin-bottom: 10px;
}



.txt_c{text-align:center}
.txt_l{text-align:left}
.txt_r{text-align:right}



.border_span{
	border-bottom: 2px solid #de1515;
}

.weight6_span{
	font-weight:600;
}

.color_red{color:#de1515}
.color_green{color:#067f4e}
.color_blue{color:#067be0}
.color_violet{color:#9f15b7}

.color_red a{color:#de1515;border-bottom:1px solid #de1515}
.color_green a{color:#067f4e;border-bottom:1px solid #067f4e}
.color_blue a{color:#067be0;border-bottom:1px solid #067be0}

.color_red a:hover{color:#c35353;border-bottom:1px dashed #de1515}
.color_green a:hover{color:#21a771;border-bottom:1px dashed #067f4e}
.color_blue a:hover{color:#3b99ea;border-bottom:1px dashed #067be0}

.txt_00{font-size:13px}
.txt_01{font-size:15px}
.txt_02{font-size:16px}
.txt_03{font-size:17px}
.txt_04{font-size:18px}
.txt_05{font-size:19px}
.txt_06{font-size:20px}
.txt_07{font-size:22px}

.pd-top_01{padding-top:5px}
.pd-top_02{padding-top:10px}
.pd-top_03{padding-top:15px}
.pd-top_04{padding-top:20px}
.pd-top_05{padding-top:25px}

.pd-left_01{padding-left:1em}
.pd-left_02{padding-left:2em}
.pd-left_03{padding-left:3em}
.pd-left_04{padding-left:4em}
.pd-left_05{padding-left:5em}


.line-b-gray_01{border-bottom:1px solid #ddd}
.line-b-gray_02{border-bottom:1px dashed #ddd}
.line-b-red_01{border-bottom:1px solid #de1515}
.line-b-red_02{border-bottom:1px dashed #de1515}


.f_weight_400{font-weight:400;}
.f_weight_500{font-weight:500;}
.f_weight_600{font-weight:600;}
.f_weight_700{font-weight:700;}




.bborder-none {
  border-bottom: none;
}

.bborder-inner
 {
  border-bottom: 1px solid #394063;
}


  

/*　フォント太さ
---------------------------------------------------------------------------------------*/

.txt_bold_4{font-weight:400;}
.txt_bold_5{font-weight:500;}
.txt_bold_6{font-weight:600;}


/*　フォントサイズ
---------------------------------------------------------------------------------------*/

.txt_size_1{font-size:1.5em;}
.txt_size_2{font-size: 2.0em;}
.txt_size_3{font-size:2.5em;}

@media screen and (max-width: 500px) {
  .txt_size_1{font-size:1em;}
  .txt_size_2{font-size: 1.2em;}
  .txt_size_3{font-size:1.5em;}
} 





/*　グラデーション文字
---------------------------------------------------------------------------------------*/

.txt_style01{
  color: #FF7C00;
  background: -webkit-linear-gradient(top, #d26c00 0%, #FFA73D 30%, #ea7303 51%, #FF5722 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  	text-shadow:0 0 1px #ea7303,0 0 1px #ea7303,0 0 1px #FF5722,
}


.txt_style02{
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} 



/*　noto serif font
---------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf") format("opentype");
}


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

@keyframes slide_line {
  0% {
    transform-origin: left center;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left center;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right center;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right center;
    transform: scaleX(0);
  }
}



   
   /* -----------------------------------------------------------
   
      jQuery.mmenu CSS
   
      ----------------------------------------------------------- */
   #my-menu:not( .mm-menu ) { display: none; }
   #menu:not( .mm-menu ) { display: none; }
   /* jQuery.mmenu oncanvas CSS */
   .mm-hidden { display: none !important; }
   .mm-wrapper { overflow-x: hidden; position: relative; }
   .mm-menu,
   .mm-panels,
   .mm-panels > .mm-panel { margin: 0; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; letter-spacing: 1px; }
   .mm-panels > .mm-panel {margin-top: 50px;border-top:#ddd 1px solid;}
   .mm-menu { box-sizing: border-box; background: inherit; display: block; overflow: hidden; padding: 0; }
   .mm-panel { transition: transform 0.4s ease; transform: translate3d(100%, 0, 0); }
   .mm-panel.mm-opened { transform: translate3d(0%, 0, 0); }
   .mm-panel.mm-subopened { transform: translate3d(-30%, 0, 0); }
   .mm-panel.mm-highest { z-index: 1; }
   .mm-panels,
   .mm-panels > .mm-panel { background: inherit; border-color: inherit; }
   .mm-panels > .mm-panel { background: inherit; border-color: inherit;  background:#fafafa;-webkit-overflow-scrolling: touch; overflow: scroll; overflow-x: hidden; overflow-y: auto; box-sizing: border-box; padding: 0 20px; }
   .mm-panels > .mm-panel.mm-hasnavbar { padding-top: 40px; }
   .mm-panels > .mm-panel:before,
   .mm-panels > .mm-panel:after { content: ''; display: block; height: 20px; }
   .mm-vertical .mm-panel { transform: none !important; }
   .mm-vertical .mm-listview .mm-panel,
   .mm-listview .mm-vertical .mm-panel { display: none; padding: 10px 0 10px 10px; }
   .mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
    .mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after { border-color: transparent; }
   .mm-vertical li.mm-opened > .mm-panel,
   li.mm-vertical.mm-opened > .mm-panel { display: block; }
   
   /* .mm-listview ul */
   .mm-listview ul { background:#fefefe;  }
   .mm-listview,
   .mm-listview > li { list-style: none; display: block; padding: 0; margin: 0; }
   .mm-listview { font: inherit; font-size: 11px; line-height: 20px; letter-spacing: 1px; }
   .mm-listview a,
    .mm-listview a:hover { text-decoration: none; }
   .mm-listview > li { position: relative; background:#fefefe;}
   .mm-listview > li,
   .mm-listview > li:after,
    .mm-listview > li .mm-next,
    .mm-listview > li .mm-next:before { border-color: inherit; border-color: #eee; }
   
   .mm-listview > li > a,
    .mm-listview > li > span.block { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: inherit; display: block; padding: 0 10px 0 30px; margin: 0; font-size: 12px; line-height:50px; }
   .mm-listview > li > a.en { font-size: 13px; font-family: 'Catamaran', sans-serif; font-weight:600; letter-spacing:2.5px;}
   .mm-listview > li > a.home {position:relative;z-index:1;padding: 0 10px 0 55px;}
   .mm-listview > li > a.home:before {position:absolute;top:0;left:30px;bottom:0;width:30px;font-size:14px;text-align:left;font-family: 'themify';content: "\e69b";font-weight:normal;line-height:45px;position: absolute;top: 3px;left: 30px;bottom: 0;width: 30px;font-size: 20px;text-align: left;font-family: 'FontAwesome';content: "\f015";content: url(../images/icon/icon_home.svg?20200210);font-weight: normal;line-height: 45px;color: #9E9E9E;}
   
   .mm-listview > li > a.calendarArea,
   .mm-listview > li > a.contact,
   .mm-listview > li > a.tel { position:relative; z-index:1; padding: 0 10px 0 75px; font-size:12px;letter-spacing:2px; }
   .mm-listview > li > a.calendarArea span.calendar { position:absolute; top:8px; left:30px; bottom:8px; width:35px; border:#333 1px dotted; border-top:#333 double; z-index:2; text-align:center;}
   
   /* .calendarArea p */
   .mm-listview > li > a.calendarArea span.calendar p { color:#111; font-family: 'Catamaran', sans-serif; font-weight:800; line-height:0; }
   .mm-listview > li > a.calendarArea span.calendar p.month { position:absolute; top:0; left:0; right:0; line-height:20px; font-size:9px; text-transform:uppercase; }
   .mm-listview > li > a.calendarArea span.calendar p.day { position:absolute; left:0; right:0; bottom:0px; line-height:20px;font-size:10px; font-family: 'Open Sans', sans-serif; font-weight:400; letter-spacing:0.5px;}
   
   .mm-listview > li > a.contact:before { position:absolute; top:0; left:30px; bottom:0; width:35px; font-size:20px; text-align:center; font-family: 'themify'; content: "\e75a"; font-weight:normal; }
   .mm-listview > li > a.tel:before{ position:absolute; top:0; left:30px; bottom:0; width:35px; content: ""; background:url(../images/telIconSp.png) center center no-repeat; background-size:20px 20px;}
   
   .mm-listview > li > span.block { font-size: 13px; font-family: 'Catamaran', sans-serif; font-weight:600; letter-spacing:2.5px;}
   .mm-listview > li > span.block b {font-family:'Open Sans'; font-size:0.9em; font-weight:500; vertical-align:0;}
   .mm-listview > li:not(.mm-divider):after {/* content: ''; *//* border-bottom-width: 1px; *//* border-bottom-style: solid; *//* display: block; *//* position: absolute; *//* left: 0; *//* right: 0; *//* bottom: 0; */}
   .mm-listview > li:not(.mm-divider):after {/* left: 20px; *//* left:0; */}
   
   /* .bgGray */
   .mm-listview > li > .bgGray { background:#fafafa;}
   
   /* .mm-next */
   .mm-listview .mm-next { background: rgba(3, 2, 1, 0); width: 50px; padding: 0; position: absolute; right: 0; top: 0; bottom: 0; z-index: 2; }
   .mm-listview .mm-next:before { content: ''; border-left-width: 1px; border-left-style: solid; display: block; position: absolute; top: 0; bottom: 0; left: 0; }
   .mm-listview .mm-next + a,
    .mm-listview .mm-next + span { margin-right: 50px; }
   .mm-listview .mm-next.mm-fullsubopen { width: 100%; }
   .mm-listview .mm-next.mm-fullsubopen:before { border-left: none; }
   .mm-listview .mm-next.mm-fullsubopen + a,
    .mm-listview .mm-next.mm-fullsubopen + span { padding-right: 50px; margin-right: 0; }
   .mm-panels > .mm-panel > .mm-listview { margin: 20px -20px; }
   .mm-panels > .mm-panel > .mm-listview:first-child,
   .mm-panels > .mm-panel > .mm-navbar + .mm-listview { margin-top: -20px; }
   
   /* .mm-inset */
   .mm-listview .mm-inset { list-style: none; padding: 0; margin: 0; }
   .mm-listview .mm-inset > li { padding: 0; position:relative; z-index:1; }
   .mm-listview .mm-inset > li:after{ position:absolute; top:0; right:0; left:0; height:0; content:""; border-top:#ededed 1px dashed; z-index:-1; }
   
   .mm-listview .mm-inset > li > a { display:block; padding: 0 10px 0 50px; font-size:12px; line-height:45px; letter-spacing:2px; position:relative; }
   .mm-listview .mm-inset > li > a:before { position:absolute; top:50%; left:30px; width:7px; height:0; content:""; border-top:#e5e5e5 1px solid; }
   
   /* .SNS */
   .mm-listview .mm-inset > li.youtubeIcon > a,
   .mm-listview .mm-inset > li.facebookIcon > a,
   .mm-listview .mm-inset > li.pinterestIcon > a,
   .mm-listview .mm-inset > li.instagramIcon > a,
   .mm-listview .mm-inset > li.blogIcon > a { font-size:12px; font-family: 'Catamaran', sans-serif; font-weight:300;letter-spacing:2px; background:#fafafa; line-height:40px; }
   
   .mm-listview .mm-inset > li.youtubeIcon > a:before,
   .mm-listview .mm-inset > li.facebookIcon > a:before,
   .mm-listview .mm-inset > li.pinterestIcon > a:before,
   .mm-listview .mm-inset > li.instagramIcon > a:before,
   .mm-listview .mm-inset > li.blogIcon > a:before { position: static; width: 20px;height:auto; margin-right:5px; display: inline-block;border-top:none; font-family: 'themify'; font-weight: normal; text-align:center; }
   
   .mm-listview .mm-inset > li.youtubeIcon > a:before { font-size:15px; content: "\e728" }
   .mm-listview .mm-inset > li.facebookIcon > a:before { content: "\e741" }
   .mm-listview .mm-inset > li.pinterestIcon > a:before { content: "\e731"}
   .mm-listview .mm-inset > li.instagramIcon > a:before { content: "\e73d" }
   .mm-listview .mm-inset > li.blogIcon > a:before { font-size:13px; content: "\e61c"}
   
   .mm-listview .mm-divider { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-size: 10px; text-transform: uppercase; text-indent: 20px; line-height: 25px; }
   .mm-listview .mm-spacer { padding-top: 40px; }
   .mm-listview .mm-spacer > .mm-next { top: 40px; }
   .mm-listview .mm-spacer.mm-divider { padding-top: 25px; }
   
   .mm-prev:before,
   .mm-next:after,
   .mm-arrow:after { content: ''; border: 1px solid transparent; display: inline-block; width: 7px; height: 7px; margin: auto; position: absolute; top: 0; bottom: 0; transform: rotate(-45deg); }
   .mm-prev:before { border-right: none; border-bottom: none; left: 23px; }
   .mm-next:after,
   .mm-arrow:after { border-top: none; border-left: none; right: 23px; }
   /* .mm-menu */
   .mm-menu { background: #fefefe; border-color: #eee; color: #111; border-right: #ededed 1px solid; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);}
   .mm-menu .mm-navbar > *,
    .mm-menu .mm-navbar a { color: rgba(0, 0, 0, 0.3); color: #b09d7c; font-size: 13px; letter-spacing: 2px; }
   .mm-menu .mm-navbar .mm-btn:before,
   .mm-menu .mm-navbar .mm-btn:after { border-color: rgba(0, 0, 0, 0.3); }
   .mm-menu .mm-listview { border-color: rgba(0, 0, 0, 0.1); }
   .mm-menu .mm-listview > li .mm-next:after,
    .mm-menu .mm-listview > li .mm-arrow:after { border-color: rgba(0, 0, 0, 0.3); }
   .mm-menu .mm-listview > li a:not(.mm-next) { -webkit-tap-highlight-color: rgba(255, 255, 255, 0.5); tap-highlight-color: rgba(255, 255, 255, 0.5); }
   .mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
    .mm-menu .mm-listview > li.mm-selected > span { background: rgba(255, 255, 255, 0.5); }
   .mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
    .mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
    .mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
    .mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel { background: rgba(0, 0, 0, 0.05); }
   .mm-menu .mm-divider { background: rgba(0, 0, 0, 0.05); }
   /* jQuery.mmenu offcanvas addon CSS */
   .mm-page { box-sizing: border-box; position: relative; }
   .mm-slideout { transition: transform 0.4s ease; }
   html.mm-opened { overflow-x: hidden; position: relative; }
   html.mm-blocking { overflow: hidden; }
   html.mm-blocking body { overflow: hidden; }
   html.mm-background .mm-page { background: inherit; }
   #mm-blocker { background: rgba(3, 2, 1, 0); display: none; width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999999; }
   html.mm-blocking #mm-blocker { display: block; }
   .mm-menu.mm-offcanvas { display: none; position: fixed; }
   .mm-menu.mm-current { display: block; }
   .mm-menu {width: 100%;min-width: 140px;max-width: 440px;}
   html.mm-opening .mm-slideout { transform: translate(80%, 0); }
   
   @media all and (max-width: 175px) {
   html.mm-opening .mm-slideout { transform: translate(140px, 0); }
   }
   
   @media all and (min-width: 550px) {
   html.mm-opening .mm-slideout { transform: translate(440px, 0); }
   }
   /* jQuery.mmenu autoHeight addon CSS */
   .mm-menu.mm-autoheight { max-height: 80%; }
   .mm-menu.mm-autoheight.mm-fullscreen { max-height: 100%; }
   .mm-menu.mm-measureheight > .mm-panels > .mm-panel { bottom: auto !important; height: auto !important; }
   /* jQuery.mmenu counters addon CSS */
   em.mm-counter { font: inherit; font-size: 14px; font-style: normal; text-indent: 0; line-height: 20px; display: block; margin-top: -10px; position: absolute; right: 45px; top: 50%; }
   em.mm-counter { font-size: 12px; letter-spacing: 0; }
   em.mm-counter + a.mm-next { width: 90px; }
   em.mm-counter + a.mm-next + a,
    em.mm-counter + a.mm-next + span { margin-right: 90px; }
   em.mm-counter + a.mm-fullsubopen { padding-left: 0; }
   .mm-vertical > .mm-counter { top: 12px; margin-top: 0; }
   .mm-vertical.mm-spacer > .mm-counter { margin-top: 40px; }
   .mm-nosubresults > .mm-counter { display: none; }
   .mm-menu em.mm-counter { color: rgba(0, 0, 0, 0.3); color: #111; }
   /* jQuery.mmenu dividers addon CSS */
   .mm-divider > span { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; padding: 0; line-height: 25px; }
   .mm-divider.mm-opened a.mm-next:after { transform: rotate(45deg); }
   .mm-collapsed:not(.mm-uncollapsed) { display: none; }
   .mm-fixeddivider { background: inherit; display: none; position: absolute; top: 0; left: 0; right: 0; z-index: 2; transform: translate3d(0, 0, 0); }
   .mm-fixeddivider:after { content: none !important; display: none !important; }
   .mm-hasdividers .mm-fixeddivider { display: block; }
   .mm-menu .mm-fixeddivider span { background: rgba(0, 0, 0, 0.05); }
   /*
      jQuery.mmenu dragOpen addon CSS
   */
   html.mm-opened.mm-dragging .mm-menu,
   html.mm-opened.mm-dragging .mm-slideout { transition-duration: 0s; }
   /*
      jQuery.mmenu iconpanels addon CSS
   */
   .mm-iconpanel .mm-panel { transition-property: transform, left; }
   .mm-iconpanel .mm-panel.mm-opened { border-left: 1px solid; border-color: inherit; }
   .mm-iconpanel .mm-panel.mm-subopened { overflow-y: hidden; left: -40px; transform: translate3d(0, 0, 0); }
   .mm-iconpanel .mm-panel.mm-iconpanel-0 { left: 0px; }
   .mm-iconpanel .mm-panel.mm-iconpanel-1 { left: 40px; }
   .mm-iconpanel .mm-panel.mm-iconpanel-2 { left: 80px; }
   .mm-iconpanel .mm-panel.mm-iconpanel-3 { left: 120px; }
   .mm-iconpanel .mm-panel.mm-iconpanel-4 { left: 160px; }
   .mm-iconpanel .mm-panel.mm-iconpanel-5 { left: 200px; }
   .mm-iconpanel .mm-panel.mm-iconpanel-6 { left: 240px; }
   .mm-subblocker { background: inherit; opacity: 0; display: block; transition: opacity 0.4s ease; }
   .mm-subopened .mm-subblocker { opacity: 0.6; position: absolute; top: 0; right: 0; bottom: -100000px; left: 0; z-index: 3; }
   
   /*
      jQuery.mmenu borderstyle extension CSS
   */
   .mm-menu.mm-border-none .mm-listview > li:after,
   .mm-listview.mm-border-none > li:after { content: none; }
   .mm-menu.mm-border-full .mm-listview > li:after,
   .mm-listview.mm-border-full > li:after { left: 0 !important; }
   .mm-menu.mm-border-offset .mm-listview > li:after,
   .mm-listview.mm-border-offset > li:after { right: 20px; }
   /*
      jQuery.mmenu multiline extension CSS
   */
   .mm-menu.mm-multiline .mm-listview > li > a,
   .mm-menu.mm-multiline .mm-listview > li > span,
   .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > a,
   .mm-listview.mm-multiline > li .mm-listview > li.mm-multiline > span { text-overflow: clip; white-space: normal; }
   /*
      jQuery.mmenu pagedim extension CSS
   */
   html.mm-pagedim #mm-blocker,
   html.mm-pagedim-white #mm-blocker,
   html.mm-pagedim-black #mm-blocker { opacity: 0; }
   html.mm-pagedim.mm-opening #mm-blocker,
   html.mm-pagedim-white.mm-opening #mm-blocker,
   html.mm-pagedim-black.mm-opening #mm-blocker { opacity: 0.3; transition: opacity 0.4s ease 0.4s; }
   html.mm-pagedim #mm-blocker { background: inherit; }
   html.mm-pagedim-white #mm-blocker { background: #fff; }
   html.mm-pagedim-black #mm-blocker { background: #000; }
   /*
      jQuery.mmenu position extension CSS
   */
   .mm-menu.mm-top,
   .mm-menu.mm-bottom { width: 100%; min-width: 100%; max-width: 100%; }
   .mm-menu.mm-right { left: auto; right: 0; }
   .mm-menu.mm-bottom { top: auto; bottom: 0; }
   html.mm-right.mm-opening .mm-slideout { transform: translate(-80%, 0); }
   
   @media all and (max-width: 175px) {
   html.mm-right.mm-opening .mm-slideout { transform: translate(-140px, 0); }
   }
   
   @media all and (min-width: 550px) {
   html.mm-right.mm-opening .mm-slideout { transform: translate(-440px, 0); }
   }
   /*
      jQuery.mmenu z-position extension CSS
   */
   html.mm-front .mm-slideout { transform: none !important; z-index: 0 !important; }
   .mm-menu.mm-front { z-index: 1; }
   .mm-menu.mm-front,
   .mm-menu.mm-next { transition: transform 0.4s ease; transform: translate3d(-100%, 0, 0); }
   .mm-menu.mm-front.mm-right,
   .mm-menu.mm-next.mm-right { transform: translate3d(100%, 0, 0); }
   html.mm-opening .mm-menu.mm-front,
   html.mm-opening .mm-menu.mm-next { transform: translate3d(0, 0, 0); }
   
   
   
   .accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0 0.625em 0 2em;
  /* background-color: #000; */
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-top: 1px dashed #f2f2f2;
  line-height: 45px;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #ffffff;
  color: #000;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*ç¸¦ç·šã«*/
  transform: rotate(90deg);
  background: #646464;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*æ¨ªç·š*/
  width: 15px;
  height: 2px;
  background: #2d2d2d;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  padding: 0 1.1em;
  /* border: 1px solid #0079c1; */
}

/* CSS for CodePen */
.accordion-container {
  margin: 0 auto;
}

ul { list-style: none; }
a { text-decoration: none; color: black;}
/* body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
} */



/* top.scss
--------------------------------------------------------------------------------------- */
#home {
  background: #F9F9F9;
}


.concept {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  margin-top: 20px;
  position: relative;
  z-index: 0;
}

.concept .inner {
  position: relative;
  width: 100%;
  height: 550px;
  background: #fff;
  background: url(../img/home/img-about-2.jpg?20200909) top center;
}


@media screen and (max-width: 1024px) {
.concept .inner {
    position: relative;
    width: 100%;
    height: 550px;
    background: #fff;
    background: url(../img/home/img-about-2.jpg?20200909) 70% 20%;
}
}


.concept .inner::after {
  content: "";
  display: block;
  clear: both;
}

.concept .catch {/*   font-size: 110px; *//* font-family: "Work Sans", sans-serif; */font-weight: 700;position: relative;z-index: 1;/* background: #02126dd4; */width: 500px;height: 100%;margin: 0 auto;line-height: 1;/* padding-top: 80px; *//* padding-left: 80px; *//* margin-bottom: 100px; */text-transform: uppercase;transform-origin: 0 0;/*   transform: scale(0); */transition: transform .25s cubikatta-bezier(0.55, 0.085, 0.68, 0.53);text-align: center;}
.concept .catch {
  font-size:25px;
  z-index: 1;
}




.concept .lead_area {
  width: 100%;
  box-sizing: border-box;
  /* padding: 0 20px 0 80px; */
  position: relative;
  /* top: 20%; */
  /* left: 0; */
  /* right: 0; */
  text-align: center;
  z-index: 2000;
  color: #fff;
  padding: 20% 0;
}

.concept .lead_en {
  font-size: 25px;
  line-height: 2.2;
  font-weight: bold;
  /* overflow: visible; */
}

.concept .lead_en:after {
 content: "";
    display: block;
    width: 95%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    /* top: 0; */
    left: 10px;
  
}
.concept .catch2 {
  font-size: 40px;
  margin: 20px 0;
}




.concept .lead {
  font-size: 25px;
  line-height: 2.2;
  font-weight: bold;
  /* overflow: visible; */
}

.concept .img_area {
  /* width: 60%; */
  height: 660px;
  /* overflow-x: hidden; */
  /* background: url(../img/home/katta.jpg) no-repeat center center; */
  /* background-size: cover; */
  position: absolute;
  /* top: 0; */
  /* right: 0; */
  /* bottom: auto; */
  /* left: auto; */
  /* z-index: 10000; */
  /* transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.concept .img_area:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #F9F9F9;
  z-index: 1;
  transition: all 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right top;
}

.concept .img_area img {
  display: none;
}

.concept .img_area.changed:after {
  left: 2000px;
  transform: scaleX(0);
}




.staff_top {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  margin-top: 140px;
  padding: 0 70px;
  background: url(../img/home/about.jpg) no-repeat center right;
}

.staff_top .inner {
  position: relative;
  width: 100%;
  height: 500px;
}

.staff_top .inner::after {
  content: "";
  display: block;
  clear: both;
}

.staff_top .catch {
  font-size: 4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-top: 80px;
  padding-left: 80px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.staff_top .lead_area {
  width: 40%;
  box-sizing: border-box;
  padding: 0 20px 0 80px;
}

.staff_top .catch2 {
  font-size: 30px;
  margin-bottom: 50px;
}

.staff_top .lead {
  font-size: 17px;
  line-height: 2.2;
  font-weight: bold;
}

.staff_top .img_area {
  /* width: 60%; */
  /* height: 500px; */
  /* overflow-x: hidden; */
  background: url(../img/home/staff.jpg) no-repeat center right;
  /* background-size: cover; */
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* top: 0; */
  /* right: 0; */
  /* bottom: auto; */
  /* left: auto; */
  z-index: 2000;
  opacity: 1;
  /* transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.staff_top .img_area:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #F9F9F9;
  z-index: 1;
  transition: all 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right top;
}

.staff_top .img_area img {
  display: none;
}

.staff_top .img_area.changed:after {
  left: 2000px;
  transform: scaleX(0);
}


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

.staff_top {
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

}


.works {
  padding: 90px 0 120px;
  background: #fff;
}

.works .m {
  font-size: 70px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.works .read {
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
  box-sizing: border-box;
}

.works .works_list::after {
  content: "";
  display: block;
  clear: both;
}

.works .see_more {
  max-width: 380px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.works_list {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

li.work {
  float: left;
  width: 33.33%;
  position: relative;
  margin-bottom: 50px;
  transition: all 0.5s 0s ease-out;
  overflow: hidden;
  z-index: 0;
}

li.work:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

li.work:hover .img_box img {
  transform: scale(1.05);
}

li.work .tag {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 5;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

li.work .graphic {
  background: #02126d;
}

li.work .web {
  background: #0D366E;
}

li.work a.link_work {
  transition: all 0.2s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work a.link_work:hover .title {
  color: #fff;
}

li.work a.link_work:hover .detail_box::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scaleX(1);
}

li.work .img_box {
  line-height: 0;
  overflow: hidden;
}

li.work .img_box img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work .detail_box {
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
}

li.work .detail_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111;
  z-index: 0;
  transition: all 0.4s 0s cubic-bezier(0.26, 0.45, 0.46, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: left top;
  transform: scaleX(0);
  z-index: 0;
}

li.work .title {
  font-size: 20px;
  position: relative;
  z-index: 2;
}

li.work .naiyou {
  font-size: 13px;
}

li.work .naiyou strong {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

.dance {
  width: 100%;
  background: #fff;
  position: relative;
  /* height: 589px; */
}

.dance .dance_m.pc_none {
  padding-top: 0px;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.dance .inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #02126d;
  height: 351px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  transition: all 1.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleY(0);
  transform-origin: center bottom;
}

.dance .inner.changed {
  transform: scaleY(1);
}

.dance .inner2 {
  width: 96%;
  max-width: 1500px;
  height: 503px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/home/sec5.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner2 .dance_m {
  font-family: "Work Sans", sans-serif;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  color: #02126d;
  padding-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.dance .inner2 .read {
  color: #fff;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.dance .inner2 .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner3 {
  position: relative;
  z-index: 2;
  top: -24px;
  background: #02126d;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 6% 4%;
  box-sizing: border-box;
}

.dance .inner3 .read {
  color: #000;
  margin-bottom: 20px;
}

.event {
  padding: 80px 0 90px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.event .event_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.event .event_ul {
  margin-bottom: 60px;
}

.event .event_ul::after {
  content: "";
  display: block;
  clear: both;
}

.event .event_ul li {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.5s 0s ease-out;
}

.event .event_ul li:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

.event .event_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li a:hover .img img {
  transform: scale(1.05);
}

.event .event_ul li a:hover .detail_area {
  background: #02126d;
  color: #000;
}

.event .event_ul li .img {
  line-height: 0;
  overflow: hidden;
}

.event .event_ul li .img img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.event .event_ul li .detail_area {
  padding: 4% 4%;
  box-sizing: border-box;
  transition: all 0.9s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li .date {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.event .event_ul li .title {
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.event .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.topics {
  padding: 80px 0 80px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.topics .topics_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
}

.topics .topics_ul {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 60px;
}

.topics .topics_ul::after {
  content: "";
  display: block;
  clear: both;
}

.topics .topics_ul li {
  width: 22%;
  margin-left: 2%;
  background: #fff;
  box-sizing: border-box;
  display: -moz-inline-box;
  display: inline-block !important;
  text-align: left;
}

.topics .topics_ul li:first-child {
  margin-left: 0px;
}

.topics .topics_ul li a {
  display: block;
  padding: 15px;
  border: 4px solid #fff;
  transition: all 0.5s 0s cubic-bezier(0.245, 0.045, 0.355, 1);
}

.topics .topics_ul li a:hover {
  border: 4px solid #000;
}

.topics .topics_ul li .title {
  font-weight: normal;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.topics .topics_ul li .date {
  text-align: right;
  padding-top: 20px;
  font-weight: bold;
}

.topics .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1500px) {
  body {
    font-size: 15px;
  }

  .catch {
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    /* text-align: center; */
    /* position: relative; */
  }
  
/*   .concept .catch {
    font-size: 2rem;
    margin: 0 auto;
    color: #ddd;
    text-align: center;
  } */

  .catch p {
  }


  .concept .catch2 {
    font-size: 35px;
  }
  #web_nav ul li {
    font-size: 13px;
  }
  #rec1 .en_rubi {
    font-size: 80px;
  }
  #rec1 .blockL {
    padding: 160px 0px 60px 60px;
    width: 88%;
  }
  #rec1 .blockL .inner {
    width: 70%;
  }
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 15px;
  }
  .concept .catch {
    /* padding-left: 40px; */
  }
  .concept .lead_area {
    padding: 30px 20px 0 20px;
  }
  .event .event_ul li {
    width: 50%;
    margin-bottom: 50px;
  }
  .event .event_ul li .img {
    text-align: center;
  }
  #web_nav ul li {
    width: 33%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #web_nav ul li:nth-child(4) a {
    border: none;
  }
  #web_nav ul li a {
    padding: 0px 10px;
  }

  #rec1 figure {
    left: 55%;
    width: 45%;
    top: 38%;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 15px;
  }
  .header.scroll .logo, .header.scroll2 .logo {
    padding: 25px 0 0 25px;
  }
  .header.scroll .gnav ul, .header.scroll2 .gnav ul {
    padding: 0 75px 0 0px;
  }

  .header.scroll .gnav ul li ul, .header.scroll2 .gnav ul li ul {
    padding: 0 20px 0 0px;
  }

  
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    /* padding-left: 40px; */
  }
  .header.scroll .gnav ul li a, .header.scroll2 .gnav ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 25px;
  }


  .header.scroll .gnav ul li ul li a, .header.scroll2 .gnav ul li ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 15px;
  }
  
  .header.scroll .switchWrap, .header.scroll2 .switchWrap {
    width: 60px;
    height: 60px;
  }
  .header.scroll .switch__line, .header.scroll2 .switch__line {
    width: 28px;
  }




  
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  .see_more {
    padding: 20px 10px;
  }
  h1.logo {
    top: 25px;
  }
  .header .logo {
    padding: 25px 0 0 25px;
  }
  .gnav ul {
    padding: 0 75px 0 0px;
  }
  .gnav ul li:nth-child(2) {
    /* display: none; */
  }
  .gnav ul li:first-child a {
    padding-left: 50px;
  }
  .gnav ul li a {
    font-size: 18px;
    height: 75px;
    padding: 0px 25px;
  }
  .gnav .switchWrap {
    width: 75px;
    height: 75px;
  }
  .gnav .switch__line {
    width: 28px;
  }
  #footer .inner .block_R {
    /* max-width: 475px; */
    width: 50%;
  }
  #footer .inner .block_R .tel_block {
    width: 42%;
  }
  #footer .inner .block_R .tel_block .tel .time_span {
    display: none;
  }
  #footer .inner .block_R .contact_link {
    width: 55%;
  }

  .concept {
    margin-bottom: 70px;
  }
  .concept .catch {
    font-size: 90px;
  }
  .concept .catch2 {
    font-size: 30px;
  }
  .concept .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

　.staff_top {
    margin-bottom: 70px;
  }
  .staff_top .catch {
    font-size: 90px;
  }
  .staff_top .catch2 {
    font-size: 30px;
  }
  .staff_top .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

  .works {
    padding: 50px 0 80px;
  }
  .works .see_more {
    max-width: 280px;
  }
  li.work {
    width: 50%;
  }
  li.work .img_box {
    margin-bottom: 5px;
  }
  li.work .title {
    font-size: 17px;
  }
  .topics {
    padding: 30px 0 50px;
  }
  .topics .topics_m {
    margin-bottom: 20px;
  }
  .topics .topics_ul {
    margin-bottom: 20px;
  }
  .topics .topics_ul li {
    width: 46%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .topics .topics_ul li a {
    padding: 10px;
  }
  .topics .topics_ul li .title {
    padding-bottom: 15px;
  }
  .topics .topics_ul li .date {
    padding-top: 10px;
  }
  .topics .see_more {
    max-width: 280px;
  }
  .about1 .table_area .left_block, .about1 .table_area .right_block {
    width: 100%;
    float: none;
  }
  .about3 .inner .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .about3 .inner .lead1 {
    float: none;
    width: 100%;
  }
  .about3 .slick-arrow {
    padding: 15px;
  }
  .about3 .slick-prev::before, .about3 .slick-next::before {
    font-size: 15px;
    width: 15px;
    height: 15px;
  }
  .about3 .slick-prev {
    left: 10px;
  }
  .about3 .slick-next {
    right: 10px;
  }
  #graphic .works_list .work {
    width: 46%;
  }
  .works .works_link {
    font-size: 25px;
  }
  .web_list, .graphic_list {
    width: 100%;
  }
  .web_list {
    margin-bottom: 80px;
  }
  .web_list li:nth-child(odd) {
    border-left: 2px solid #fff;
  }
  .web_line_up .read1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .web_line_up #sec1 .read2 {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .web_line_up #sec1 .lineup_img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .web_line_up #sec1 .wrap2 {
    padding: 4%;
  }
  .web_line_up #sec1 .wrap2 .point4 {
    float: none;
    width: 100%;
    margin-bottom: 40px !important;
    padding-right: 0 !important;
  }
  .web_line_up #sec5 .m {
    font-size: 45px;
  }
  #rec1 .w1500 {
    padding: 150px 0% 50px;
  }
  #rec1 .m2 {
    left: 0px;
    width: 100%;
    text-align: center;
  }
  #rec1 .en_rubi {
    font-size: 70px;
  }
  #rec1 .blockL {
    width: 100%;
    padding: 125px 4% 40px;
    text-align: center;
  }
  #rec1 .blockL .inner {
    float: none;
    width: 100%;
  }
  #rec1 .blockL .catch {
    font-size: 30px;
  }
  #rec1 .blockL .see_more {
    margin-right: auto;
    margin-left: auto;
  }
  #rec1 figure {
    display: none;
  }
  .seido_list li {
    width: 46%;
    margin: 0 2% 20px;
  }
  #rec3 .block {
    width: 100%;
    left: 0%;
    margin: 0 auto;
    opacity: 0.8;
    padding: 50px 6%;
  }
  #rec5 .flow_1 .box::before {
    right: -8%;
  }
  #rec7 .see_more {
    width: 92%;
  }
  #rec7 .see_more span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  h1.logo {
    top: 20px;
    width: 55%;
    left: 3%;
  }
  h1.logo a {
    left: 0%;
  }
  .header .logo {
    padding: 25px 0 0 15px;
  }
  .gnav ul {
    display: none;
  }
  .close_menu ul li {
    /* margin-bottom: 18px; */
  }
  .close_menu a {
    font-size: 24px;
  }
  #footer .inner {
    padding: 35px 20px;
  }
  #footer .inner .block_L {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .inner .block_L .logo img {
    width: 180px;
  }
  #footer .inner .block_R {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  #footer .inner .block_R .tel_block {
    max-width: 100%;
    float: none;
    width: 100%;
  }
  #footer .inner .block_R .tel_block .read_1 {
    display: none;
  }
  #footer .inner .block_R .tel_block .tel {
    margin-bottom: 20px;
  }
  #footer .inner .block_R .contact_link {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }


  
  .concept .inner {
    height: 350px;
  }
  .concept .catch {
    font-size: 45px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 25px;
  }
  .concept .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .concept .catch2 {
    margin-bottom: 20px;
  }
  .concept .lead {
    text-align: justify;
  }
  .concept .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .concept .img_area img {
    display: block;
  }

　.staff_top .inner {
    height: auto;
  }
  .staff_top .catch {
    font-size: 3rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
  }
  .staff_top .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .staff_top .catch2 {
    margin-bottom: 20px;
  }
  .staff_top .lead {
    text-align: justify;
  }
  .staff_top .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .staff_top .img_area img {
    display: block;
  }


  .works .m {
    font-size: 50px;
  }
  .works .read {
    margin-bottom: 30px;
    padding: 0 4%;
  }
  li.work {
    width: 100%;
    margin-bottom: 30px;
  }
  li.work .tag {
    padding: 6px 20px;
  }
  li.work .title {
    font-size: 15px;
  }
  li.work .naiyou {
    font-size: 12px;
  }
  .dance {
    height: auto;
  }
  .dance .inner {
    height: auto;
  }
  .dance .inner2 {
    background: url(../img/home/sec5_sp.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 56.25%;
    height: auto;
  }
  .dance .inner2 .dance_m {
    font-size: 50px;
  }
  .dance .inner2 .read {
    padding: 0 20px;
    text-align: left;
  }
  .dance .inner2 .see_more {
    max-width: 280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .event {
    padding: 50px 0 50px;
  }
  .event .event_m {
    margin-bottom: 20px;
  }
  .event .event_ul {
    margin-bottom: 0px;
  }
  .event .event_ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .event .see_more {
    max-width: 280px;
  }
  .topics .topics_ul li {
    width: 96%;
  }
  .main_v_2nd {
    height: 300px;
  }
  .main_v_2nd .title_area {
    top: 35%;
    left: 20px;
    z-index: 1;
  }
  .main_v_2nd .en_title {
    font-size: 28px;
    line-height: 1;
  }
  .main_v_2nd .en_title .small {
    display: none;
  }
  .main_v_2nd .jp_title {
    font-size: 20px;
  }
  .no_main {
    padding: 100px 0 50px !important;
  }
  .no_main .m {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .no_main .m2_jp {
    font-size: 16px;
  }
  #company .main_v_2nd {
    background: url(../img/about/main_v_sp.jpg?20201216) no-repeat right center;
    background-size: cover;
  }
  .about1 {
    padding: 30px 10px 0px;
  }
  .about1 .title2 {
    font-size: 40px;
  }
  .about1 .table_area .tb1 {
    border-spacing: 8px 0px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    padding: 20px 0 10px;
  }
  .about2 {
    padding: 30px 10px 20px;
  }
  .about2 .lead1 {
    text-align: left;
    padding: 20px 15px 0;
    line-height: 1.8;
  }
  .about3 .inner h3 {
    font-size: 22px;
    padding: 0 4%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .about3 .autoplay {
    margin-bottom: 30px !important;
  }
  #graphic .works_list .work {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .pager {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .pager__buttons__button {
    font-size: 16px;
  }
  .pager__list {
    position: static;
    margin-top: 0;
    transform: none;
  }
  .pager__list a {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
  }
  .works .works_link {
    padding: 15px 15px;
    font-size: 18px;
  }
  .works .works_link span.en {
    display: none;
  }
  .works .works_link::before {
    width: 20px;
    height: 20px;
  }
  #contact .main_v_2nd {
    background: url(../img/contact/main_v_sp.jpg?20201216) no-repeat center center;
    background-size: cover;
  }
  .contact1 {
    padding: 30px 4%;
  }
  .contact1.no_main {
    padding: 80px 0 40px !important;
  }
  .contact1 .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact1 .step_ul li:nth-child(n+2)::before {
    width: 3px;
    margin: 0 4%;
  }
  .contact2 .f_set {
    padding: 28px 4% 0;
  }
  .contact2 textarea {
    height: 150px;
  }
  .checkbox {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 48px;
  }
  label {
    padding: 0px 50px;
    line-height: 48px;
  }
  .box_outline {
    top: 12px;
    width: 22px;
    height: 22px;
  }
  .contact__form__policy {
    padding: 20px 0;
  }
  .submit_policy label {
    width: 100%;
    max-width: 460px;
    padding: 0 0px 0 70px;
    font-size: 13px;
  }
  .button_submit {
    width: 82%;
    padding: 20px 0;
  }
  .confirm .f_set {
    padding: 4%;
  }
  #privacy .container {
    padding: 40px 4% 0;
  }
  .container section {
    padding-top: 35px;
  }
  #web_nav ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  #web_nav ul li a {
    border-left: none;
  }
  #web_nav ul li a {
    padding: 0px 10px 10px;
    border-bottom: 1px dotted #ccc;
  }
  #web_nav ul li a span {
    padding-left: 25px;
  }
 
  #dance .main_v_2nd {
    background: url(../img/dance/main_v_sp.jpg?20201216) no-repeat right center;
    background-size: cover;
  }
  #dance .main_v_2nd #catch {
    padding: 0 4%;
    box-sizing: border-box;
  }
  #rec1 .w1500 {
    padding: 130px 0% 50px;
  }
  #rec1 .m2 {
    font-size: 18px;
  }
  #rec1 .en_rubi {
    font-size: 38px;
    padding-top: 20px;
  }
  #rec1 .blockL {
    padding: 75px 4% 40px;
  }
  #rec1 .blockL .catch {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #rec1 .blockL .read {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 30px;
  }
  .m2_rec {
    font-size: 45px;
  }
  #rec2 {
    padding-top: 20px;
  }
  .seido_list li {
    width: 48%;
    margin: 0 1% 20px;
    padding: 4%;
  }
  .seido_list .icon {
    width: 44px;
    height: 42px;
  }
  .seido_list .m3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #rec3 .block .m3 {
    font-size: 25px;
  }
  #rec4 {
    padding: 50px 0;
  }
  #rec4 .link_h3, #rec4 .link_h3_off {
    font-size: 18px;
  }
  #rec4 .link_h3 .em1, #rec4 .link_h3_off .em1 {
    display: none;
  }
  #rec4 .link_h3_off .em2 {
    font-size: 14px;
    margin-left: 0px;
    display: block;
  }
  #rec5 {
    margin-bottom: 60px;
  }
  #rec5 .flow_1 {
    width: 50%;
    padding: 10px 5px;
  }
  #rec5 .flow_1 .box {
    max-width: 100%;
    padding: 12px 5px;
  }
  #rec5 .flow_1 .box::before {
    display: none;
  }
  #rec7 {
    background: url("../img/dance/sec7_bg_sp.jpg") no-repeat left center;
  }
  #rec7 .catch {
    width: 80%;
    box-sizing: border-box;
  }
  #works_single .mm {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
  .header .logo {
    width: 60%;
  }
  #footer .copyright .footer__copy {
    width: 100%;
  }
  .about1 .title2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    display: block;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .about1 .table_area .tb1 th {
    border: none;
    padding: 20px 0 0px;
  }
  .about1 .table_area .tb1 td {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 10px;
  }
  .about3 .inner h3 {
    text-align: left;
    font-size: 18px;
  }
  .about3 .inner .lead1 {
    text-align: left;
    line-height: 2;
  }

}

@media screen and (max-width: 640px) and (orientation: portrait) {
  body {
    font-size: 15px;
  }
  .main_v .copy_area .en_copy {
    font-size: 38px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .main_v .copy_area .jp_copy {
    padding-top: 20px;
    line-height: 1.8;
  }

}





@media screen and (max-width: 500px) {
 
.concept .catch {

    padding: 50px 0 50px 0;

}


  .concept .catch2 {
    font-size: 25px;
  }

  .concept {
    margin-bottom: 20px;
  }
  .staff_top .catch {
    /* font-size: 30px; */
    /* box-sizing: border-box; */
    /* width: 100%; */
    /* padding: 0 4%; */
    /* margin-bottom: 25px; */
    /* text-align: center; */
    font-size: calc( 2.133rem + 8 * (100vw - 400px) / 240 );
  }

 .staff_top .catch2 {
    font-size: 20px;
  }

  .dance {
    height: auto;
  }
  #footer .inner {
    padding: 35px 10px;
  }

  
}





@media screen and (min-width: 1920px) {
  h1.logo {
    left: calc((100% - 1850px)/2);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    padding-left: 50px;
  }
}



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

.close_menu {
    transition: all 0.3s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.close_menu ul {
  width: 100%;
}

.close_menu a {
  font-size: 18px;
}

}



.link_st01 a{color:#c81f1f;border-bottom: 1px solid #c81f1f;}
.link_st01 a:hover{color:#888787;border-bottom:1px dashed #888787}

/* **************** 2020.10.16 *** */

/* *** footer menu-fit *** */

.menu-fit {
  display: none;
}

@media(max-width: 769px) {

  .menu-fit {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px 5px;
    background: rgba(255, 255, 255, .8);
    z-index: 3;
  }

  .menu-fit__wrap {
    display: flex;
    width: 98%;
    margin: 0 auto;
  }

  .menu-fit__btn {
    width: calc(100% / 2);
    margin: 5px;
    padding: 0 5px;
    background:  #EB2A64;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }

  .menu-fit__txt {
    font-weight: bold;
  }
}

/* ----- ヘッダー固定ボタン --- */

.lock__btn {
  display: none;
}

@media(max-width: 769px) {
  
  .lock__btn {
    display: block;
    position: relative;
  }

  .lock__inner {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 10;
  }

  .lock__box {
    padding: 10px 30px 10px 10px;
    background: #EB2A64;
    border-radius: 5px 0 0 5px;
  }

  .lock__box:first-child {
    margin-bottom: 10px;
  }

  .lock__item {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/* ----- スケジュールページ：改行スマホのみ --- */

.pc-none {
  display: none;
}

@media(max-width: 499px) {
  .pc-none {
    display: block;
  }
}

/* ----- チーム概要：リンク色 --- */

.link__ground a {
  color: #EB2A64;
}

/* ----- TOPページ：ブログアイコン用 --- */

.blog__icon img {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}

.sns__header {
  margin-bottom: 10px;
}



.txt_c{text-align:center}
.txt_l{text-align:left}
.txt_r{text-align:right}



.border_span{
	border-bottom: 2px solid #de1515;
}

.weight6_span{
	font-weight:600;
}

.color_red{color:#de1515}
.color_green{color:#067f4e}
.color_blue{color:#067be0}
.color_violet{color:#9f15b7}

.color_red a{color:#de1515;border-bottom:1px solid #de1515}
.color_green a{color:#067f4e;border-bottom:1px solid #067f4e}
.color_blue a{color:#067be0;border-bottom:1px solid #067be0}

.color_red a:hover{color:#c35353;border-bottom:1px dashed #de1515}
.color_green a:hover{color:#21a771;border-bottom:1px dashed #067f4e}
.color_blue a:hover{color:#3b99ea;border-bottom:1px dashed #067be0}

.txt_00{font-size:13px}
.txt_01{font-size:15px}
.txt_02{font-size:16px}
.txt_03{font-size:17px}
.txt_04{font-size:18px}
.txt_05{font-size:19px}
.txt_06{font-size:20px}
.txt_07{font-size:22px}

.pd-top_01{padding-top:5px}
.pd-top_02{padding-top:10px}
.pd-top_03{padding-top:15px}
.pd-top_04{padding-top:20px}
.pd-top_05{padding-top:25px}

.pd-left_01{padding-left:1em}
.pd-left_02{padding-left:2em}
.pd-left_03{padding-left:3em}
.pd-left_04{padding-left:4em}
.pd-left_05{padding-left:5em}


.line-b-gray_01{border-bottom:1px solid #ddd}
.line-b-gray_02{border-bottom:1px dashed #ddd}
.line-b-red_01{border-bottom:1px solid #de1515}
.line-b-red_02{border-bottom:1px dashed #de1515}


.f_weight_400{font-weight:400;}
.f_weight_500{font-weight:500;}
.f_weight_600{font-weight:600;}
.f_weight_700{font-weight:700;}






/*　グラデーション文字
---------------------------------------------------------------------------------------*/

.txt_style01{
  color: #FF7C00;
  background: -webkit-linear-gradient(top, #d26c00 0%, #FFA73D 30%, #ea7303 51%, #FF5722 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  	text-shadow:0 0 1px #ea7303,0 0 1px #ea7303,0 0 1px #FF5722,
}


.txt_style02{
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} 



/*　noto serif font
---------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf") format("opentype");
}


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

@-webkit-keyframes slide_line {
  0% {
    transform-origin: left center;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left center;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right center;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right center;
    transform: scaleX(0);
  }
}

@keyframes slide_line {
  0% {
    transform-origin: left center;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left center;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right center;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right center;
    transform: scaleX(0);
  }
}



   .accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0 0.625em 0 2em;
  /* background-color: #000; */
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-top: 1px dashed #f2f2f2;
  line-height: 45px;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #ffffff;
  color: #000;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*ç¸¦ç·šã«*/
  transform: rotate(90deg);
  background: #646464;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*æ¨ªç·š*/
  width: 15px;
  height: 2px;
  background: #2d2d2d;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  padding: 0 1.1em;
  /* border: 1px solid #0079c1; */
}

/* CSS for CodePen */
.accordion-container {
  margin: 0 auto;
}

ul { list-style: none; }
a { text-decoration: none; color: black;}
/* body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
} */

   
   
   /* -----------------------------------------------------------
   
      jQuery.mmenu CSS
   
      ----------------------------------------------------------- */
   
   
   .accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0 0.625em 0 2em;
  /* background-color: #000; */
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-top: 1px dashed #f2f2f2;
  line-height: 45px;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #ffffff;
  color: #000;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*ç¸¦ç·šã«*/
  transform: rotate(90deg);
  background: #646464;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*æ¨ªç·š*/
  width: 15px;
  height: 2px;
  background: #2d2d2d;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  padding: 0 1.1em;
  /* border: 1px solid #0079c1; */
}

/* CSS for CodePen */
.accordion-container {
  margin: 0 auto;
}

ul { list-style: none; }
a { text-decoration: none; color: black;}
/* body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
} */




#footer {
  width: 100%;
  background: #02126d;
  color: #fff;
}

#footer .inner {
  max-width: 1200px;
  /* width: 100%; */
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding: 35px 20px 35px;
  /* border-bottom: 1px solid #394063; */
}



#footer .inner::after {
  content: "";
  display: block;
  clear: both;
}

#footer .inner .block_L {
  float: left;
  width: 50%;
  padding-left: 10%;
}

#footer .inner .block_L .logo {
  margin-bottom: 20px;
  text-align: left;
}

#footer .inner .block_L .logo img{
  width: 200px;
  text-align: left;
  margin:0;
}



#footer .inner .block_L .tel_block {
  /* float: left; */
  /* max-width: 618px; */
  /* width: 52%; */
  margin: 0 auto;
  text-align: left;
}


#footer .inner .block_L .tel_block p {
  font-size:13px;
}


#footer .inner .block_L .tel_block .read_1 {
  margin-bottom: 5px;
}

#footer .inner .block_L .tel_block .tel {
  /* font-family: "Work Sans", sans-serif; */
  /* font-size: 12px; */
  letter-spacing: 0.07em;
  display: inline;
  font-size: 18px;
}

#footer .inner .block_L .tel_block .tel a {
  color: #fff;
}



.icon_phone:before {position:absolute;top:0;left:0;right:0;bottom:0;font-family: 'FontAwesome';content:"\f106";font-size: 30px;line-height:58px;}




#footer .inner .block_L .tel_block .tel .phone_span {
  display: inline-block;
  font-weight: 500;
  /* font-size: 21px; */
  margin-right: 5px;
  /* background: url(../img/common/icon_phone.svg) no-repeat left center; */
  /* padding-left: 25px; */
}





#footer .inner .block_R {
  /* float: right; */
  width: 100%;
  max-width: 1200px;
  /* padding-top: 40px; */
}

#footer .inner .block_R::after {
  content: "";
  display: block;
  clear: both;
}

#footer .inner .block_R .tel_block {
  float: left;
  max-width: 618px;
  width: 52%;
  border-left: 1px solid #424242;
}

#footer .inner .block_R .tel_block .read_1 {
  margin-bottom: 5px;
}

#footer .inner .block_R .tel_block .tel {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.07em;
}

#footer .inner .block_R .tel_block .tel a {
  color: #fff;
}

#footer .inner .block_R .tel_block .tel .tel_span {
  display: inline-block;
  font-weight: 500;
  font-size: 21px;
  margin-right: 5px;
  background: url(../img/common/footer_tel_icon.png) no-repeat left center;
  padding-left: 25px;
}

#footer .inner .block_R .contact_link {
  display: block;
  background: #02126d;
  border: 2px solid #02126d;
  transition: all 0.5s 0s ease;
  padding: 20px 30px;
  box-sizing: border-box;
  font-weight: bold;
  float: right;
  width: 46%;
  text-align: center;
  max-width: 280px;
  font-size: 14px;
}

#footer .inner .block_R .contact_link:hover {
  background: #fff;
}

#footer .inner .block_R .contact_link span {
  display: inline-block;
  background: url(../img/common/footer_contact_icon.png) no-repeat left center;
  padding-left: 30px;
  letter-spacing: 0.1em;
}







/* ----- .inner ----- */ 
#footer .inner2 {padding:50px 0;margin:0 5%;/* background:#fefefe; */}

/* ----- .infoArea ----- */ 
#footer .infoArea {font-size:0;z-index:2;/* position:relative; */}

/* ----- .infoBox ----- */ 
#footer .infoBox {display:inline-block;margin:0;/* width: 48%; */flex: 0 0 48%;padding:5px 2.5%;/* position: relative; */z-index:0;}
#footer .infoBox:after {position:absolute;top:0;right:0;bottom:0;width:0;content:"";border-right: #505050 1px solid;z-index:0;}
#footer .infoBox:last-child:after { display:none;}

#footer .infoBox .linkArea {margin-top:10px;/* text-align: center; */}
#footer .infoBox .linkArea .btnGoogle {display: inline-block;padding: 0 20px 0 30px;margin:0;font-size: 11px;text-decoration: none;text-align:center;line-height: 30px;letter-spacing: 1px;position: relative;color: #02126d;background:#fefefe;border: #02126d 1px solid;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 5px;max-width:100%;}
#footer .infoBox .linkArea .btnGoogle:after {font-family: 'themify';content: "\e693";font-size: 13px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;left: 10px;z-index: 1;line-height: 30px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;color: #02126d;}
#footer .infoBox .linkArea .btnGoogle:hover { color:#333; background:#02126d; color: #fff; border:#999 1px solid;border:#999 1px solid; }

#footer .infoBox .linkArea .btnGoogle a{color:#02126d}













footer a {
  color: #fff;
}



.staff_top {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  margin-top: 140px;
  padding: 0 70px;
  background: url(../img/home/about.jpg) no-repeat center right;
}

.staff_top .inner {
  position: relative;
  width: 100%;
  height: 500px;
}

.staff_top .inner::after {
  content: "";
  display: block;
  clear: both;
}

.staff_top .catch {
  font-size: 4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-top: 80px;
  padding-left: 80px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.staff_top .lead_area {
  width: 40%;
  box-sizing: border-box;
  padding: 0 20px 0 80px;
}

.staff_top .catch2 {
  font-size: 30px;
  margin-bottom: 50px;
}

.staff_top .lead {
  font-size: 17px;
  line-height: 2.2;
  font-weight: bold;
}

.staff_top .img_area {
  /* width: 60%; */
  /* height: 500px; */
  /* overflow-x: hidden; */
  background: url(../img/home/staff.jpg) no-repeat center right;
  /* background-size: cover; */
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* top: 0; */
  /* right: 0; */
  /* bottom: auto; */
  /* left: auto; */
  z-index: 2000;
  opacity: 1;
  /* transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.staff_top .img_area:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #F9F9F9;
  z-index: 1;
  transition: all 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right top;
}

.staff_top .img_area img {
  display: none;
}

.staff_top .img_area.changed:after {
  left: 2000px;
  transform: scaleX(0);
}


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

.staff_top {
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

}

.works {
  padding: 90px 0 120px;
  background: #fff;
}

.works .m {
  font-size: 70px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.works .read {
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
  box-sizing: border-box;
}

.works .works_list::after {
  content: "";
  display: block;
  clear: both;
}

.works .see_more {
  max-width: 380px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.works_list {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

li.work {
  float: left;
  width: 33.33%;
  position: relative;
  margin-bottom: 50px;
  transition: all 0.5s 0s ease-out;
  overflow: hidden;
  z-index: 0;
}

li.work:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

li.work:hover .img_box img {
  transform: scale(1.05);
}

li.work .tag {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 5;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

li.work .graphic {
  background: #02126d;
}

li.work .web {
  background: #0D366E;
}

li.work a.link_work {
  transition: all 0.2s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work a.link_work:hover .title {
  color: #fff;
}

li.work a.link_work:hover .detail_box::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scaleX(1);
}

li.work .img_box {
  line-height: 0;
  overflow: hidden;
}

li.work .img_box img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work .detail_box {
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
}

li.work .detail_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111;
  z-index: 0;
  transition: all 0.4s 0s cubic-bezier(0.26, 0.45, 0.46, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: left top;
  transform: scaleX(0);
  z-index: 0;
}

li.work .title {
  font-size: 20px;
  position: relative;
  z-index: 2;
}

li.work .naiyou {
  font-size: 13px;
}

li.work .naiyou strong {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

.dance {
  width: 100%;
  background: #fff;
  position: relative;
  /* height: 589px; */
}

.dance .dance_m.pc_none {
  padding-top: 0px;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.dance .inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #02126d;
  height: 351px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  transition: all 1.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleY(0);
  transform-origin: center bottom;
}

.dance .inner.changed {
  transform: scaleY(1);
}

.dance .inner2 {
  width: 96%;
  max-width: 1500px;
  height: 503px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/home/sec5.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner2 .dance_m {
  font-family: "Work Sans", sans-serif;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  color: #02126d;
  padding-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.dance .inner2 .read {
  color: #fff;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.dance .inner2 .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner3 {
  position: relative;
  z-index: 2;
  top: -24px;
  background: #02126d;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 6% 4%;
  box-sizing: border-box;
}

.dance .inner3 .read {
  color: #000;
  margin-bottom: 20px;
}

.event {
  padding: 80px 0 90px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.event .event_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.event .event_ul {
  margin-bottom: 60px;
}

.event .event_ul::after {
  content: "";
  display: block;
  clear: both;
}

.event .event_ul li {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.5s 0s ease-out;
}

.event .event_ul li:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

.event .event_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li a:hover .img img {
  transform: scale(1.05);
}

.event .event_ul li a:hover .detail_area {
  background: #02126d;
  color: #000;
}

.event .event_ul li .img {
  line-height: 0;
  overflow: hidden;
}

.event .event_ul li .img img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.event .event_ul li .detail_area {
  padding: 4% 4%;
  box-sizing: border-box;
  transition: all 0.9s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li .date {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.event .event_ul li .title {
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.event .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.topics {
  padding: 80px 0 80px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.topics .topics_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
}

.topics .topics_ul {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 60px;
}

.topics .topics_ul::after {
  content: "";
  display: block;
  clear: both;
}

.topics .topics_ul li {
  width: 22%;
  margin-left: 2%;
  background: #fff;
  box-sizing: border-box;
  display: -moz-inline-box;
  display: inline-block !important;
  text-align: left;
}

.topics .topics_ul li:first-child {
  margin-left: 0px;
}

.topics .topics_ul li a {
  display: block;
  padding: 15px;
  border: 4px solid #fff;
  transition: all 0.5s 0s cubic-bezier(0.245, 0.045, 0.355, 1);
}

.topics .topics_ul li a:hover {
  border: 4px solid #000;
}

.topics .topics_ul li .title {
  font-weight: normal;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.topics .topics_ul li .date {
  text-align: right;
  padding-top: 20px;
  font-weight: bold;
}

.topics .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1500px) {
  body {
    font-size: 15px;
  }

  .catch {
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    /* text-align: center; */
    /* position: relative; */
  }
  
/*   .concept .catch {
    font-size: 2rem;
    margin: 0 auto;
    color: #ddd;
    text-align: center;
  } */

  .catch p {
  }


  .concept .catch2 {
    font-size: 35px;
  }

  #web_nav ul li {
    font-size: 13px;
  }
  #rec1 .en_rubi {
    font-size: 80px;
  }
  #rec1 .blockL {
    padding: 160px 0px 60px 60px;
    width: 88%;
  }
  #rec1 .blockL .inner {
    width: 70%;
  }
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 15px;
  }
  .concept .catch {
    /* padding-left: 40px; */
  }
  .concept .lead_area {
    padding: 30px 20px 0 20px;
  }
  .event .event_ul li {
    width: 50%;
    margin-bottom: 50px;
  }
  .event .event_ul li .img {
    text-align: center;
  }
  #web_nav ul li {
    width: 33%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #web_nav ul li:nth-child(4) a {
    border: none;
  }
  #web_nav ul li a {
    padding: 0px 10px;
  }

  #rec1 figure {
    left: 55%;
    width: 45%;
    top: 38%;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 15px;
  }
  .header.scroll .logo, .header.scroll2 .logo {
    padding: 25px 0 0 25px;
  }
  .header.scroll .gnav ul, .header.scroll2 .gnav ul {
    padding: 0 75px 0 0px;
  }

  .header.scroll .gnav ul li ul, .header.scroll2 .gnav ul li ul {
    padding: 0 20px 0 0px;
  }

  
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    /* padding-left: 40px; */
  }
  .header.scroll .gnav ul li a, .header.scroll2 .gnav ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 25px;
  }


  .header.scroll .gnav ul li ul li a, .header.scroll2 .gnav ul li ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 15px;
  }
  
  .header.scroll .switchWrap, .header.scroll2 .switchWrap {
    width: 60px;
    height: 60px;
  }
  .header.scroll .switch__line, .header.scroll2 .switch__line {
    width: 28px;
  }




  
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  .see_more {
    padding: 20px 10px;
  }
  h1.logo {
    top: 25px;
  }
  .header .logo {
    padding: 25px 0 0 25px;
  }
  .gnav ul {
    padding: 0 75px 0 0px;
  }
  .gnav ul li:nth-child(2) {
    /* display: none; */
  }
  .gnav ul li:first-child a {
    padding-left: 50px;
  }
  .gnav ul li a {
    font-size: 18px;
    height: 75px;
    padding: 0px 25px;
  }
  .gnav .switchWrap {
    width: 75px;
    height: 75px;
  }
  .gnav .switch__line {
    width: 28px;
  }
  #footer .inner .block_R {
    /* max-width: 475px; */
    width: 50%;
  }
  #footer .inner .block_R .tel_block {
    width: 42%;
  }
  #footer .inner .block_R .tel_block .tel .time_span {
    display: none;
  }
  #footer .inner .block_R .contact_link {
    width: 55%;
  }

  .concept {
    margin-bottom: 70px;
  }
  .concept .catch {
    font-size: 90px;
  }
  .concept .catch2 {
    font-size: 30px;
  }
  .concept .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

　.staff_top {
    margin-bottom: 70px;
  }
  .staff_top .catch {
    font-size: 90px;
  }
  .staff_top .catch2 {
    font-size: 30px;
  }
  .staff_top .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

  .works {
    padding: 50px 0 80px;
  }
  .works .see_more {
    max-width: 280px;
  }
  li.work {
    width: 50%;
  }
  li.work .img_box {
    margin-bottom: 5px;
  }
  li.work .title {
    font-size: 17px;
  }
  .topics {
    padding: 30px 0 50px;
  }
  .topics .topics_m {
    margin-bottom: 20px;
  }
  .topics .topics_ul {
    margin-bottom: 20px;
  }
  .topics .topics_ul li {
    width: 46%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .topics .topics_ul li a {
    padding: 10px;
  }
  .topics .topics_ul li .title {
    padding-bottom: 15px;
  }
  .topics .topics_ul li .date {
    padding-top: 10px;
  }
  .topics .see_more {
    max-width: 280px;
  }
  .about1 .table_area .left_block, .about1 .table_area .right_block {
    width: 100%;
    float: none;
  }
  .about3 .inner .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .about3 .inner .lead1 {
    float: none;
    width: 100%;
  }
  .about3 .slick-arrow {
    padding: 15px;
  }
  .about3 .slick-prev::before, .about3 .slick-next::before {
    font-size: 15px;
    width: 15px;
    height: 15px;
  }
  .about3 .slick-prev {
    left: 10px;
  }
  .about3 .slick-next {
    right: 10px;
  }
  #graphic .works_list .work {
    width: 46%;
  }
  .works .works_link {
    font-size: 25px;
  }
  .web_list, .graphic_list {
    width: 100%;
  }
  .web_list {
    margin-bottom: 80px;
  }
  .web_list li:nth-child(odd) {
    border-left: 2px solid #fff;
  }
  .web_line_up .read1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .web_line_up #sec1 .read2 {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .web_line_up #sec1 .lineup_img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .web_line_up #sec1 .wrap2 {
    padding: 4%;
  }
  .web_line_up #sec1 .wrap2 .point4 {
    float: none;
    width: 100%;
    margin-bottom: 40px !important;
    padding-right: 0 !important;
  }
  .web_line_up #sec5 .m {
    font-size: 45px;
  }
  #rec1 .w1500 {
    padding: 150px 0% 50px;
  }
  #rec1 .m2 {
    left: 0px;
    width: 100%;
    text-align: center;
  }
  #rec1 .en_rubi {
    font-size: 70px;
  }
  #rec1 .blockL {
    width: 100%;
    padding: 125px 4% 40px;
    text-align: center;
  }
  #rec1 .blockL .inner {
    float: none;
    width: 100%;
  }
  #rec1 .blockL .catch {
    font-size: 30px;
  }
  #rec1 .blockL .see_more {
    margin-right: auto;
    margin-left: auto;
  }
  #rec1 figure {
    display: none;
  }
  .seido_list li {
    width: 46%;
    margin: 0 2% 20px;
  }
  #rec3 .block {
    width: 100%;
    left: 0%;
    margin: 0 auto;
    opacity: 0.8;
    padding: 50px 6%;
  }
  #rec5 .flow_1 .box::before {
    right: -8%;
  }
  #rec7 .see_more {
    width: 92%;
  }
  #rec7 .see_more span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  h1.logo {
    top: 20px;
    width: 55%;
    left: 3%;
    z-index: 20;
  }
  h1.logo a {
    left: 0%;
  }
  .header .logo {
    padding: 25px 0 0 15px;
  }
  .gnav ul {
    display: none;
  }
  .close_menu ul li {
    /* margin-bottom: 18px; */
  }
  .close_menu a {
    font-size: 24px;
  }
  #footer .inner {
    padding: 35px 20px;
  }
  #footer .inner .block_L {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .inner .block_L .logo img {
    width: 180px;
  }
  #footer .inner .block_R {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  #footer .inner .block_R .tel_block {
    max-width: 100%;
    float: none;
    width: 100%;
  }
  #footer .inner .block_R .tel_block .read_1 {
    display: none;
  }
  #footer .inner .block_R .tel_block .tel {
    margin-bottom: 20px;
  }
  #footer .inner .block_R .contact_link {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }


  
  .concept .inner {
    height: 350px;
  }
  .concept .catch {
    font-size: 45px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 25px;
  }
  .concept .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .concept .catch2 {
    margin-bottom: 20px;
  }
  .concept .lead {
    text-align: justify;
  }
  .concept .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .concept .img_area img {
    display: block;
  }

　.staff_top .inner {
    height: auto;
  }
  .staff_top .catch {
    font-size: 3rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
  }
  .staff_top .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .staff_top .catch2 {
    margin-bottom: 20px;
  }
  .staff_top .lead {
    text-align: justify;
  }
  .staff_top .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .staff_top .img_area img {
    display: block;
  }


  .works .m {
    font-size: 50px;
  }
  .works .read {
    margin-bottom: 30px;
    padding: 0 4%;
  }
  li.work {
    width: 100%;
    margin-bottom: 30px;
  }
  li.work .tag {
    padding: 6px 20px;
  }
  li.work .title {
    font-size: 15px;
  }
  li.work .naiyou {
    font-size: 12px;
  }
  .dance {
    height: auto;
  }
  .dance .inner {
    height: auto;
  }
  .dance .inner2 {
    background: url(../img/home/sec5_sp.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 56.25%;
    height: auto;
  }
  .dance .inner2 .dance_m {
    font-size: 50px;
  }
  .dance .inner2 .read {
    padding: 0 20px;
    text-align: left;
  }
  .dance .inner2 .see_more {
    max-width: 280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .event {
    padding: 50px 0 50px;
  }
  .event .event_m {
    margin-bottom: 20px;
  }
  .event .event_ul {
    margin-bottom: 0px;
  }
  .event .event_ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .event .see_more {
    max-width: 280px;
  }
  .topics .topics_ul li {
    width: 96%;
  }
  .main_v_2nd {
    height: 300px;
  }
  .main_v_2nd .title_area {
    top: 35%;
    left: 20px;
    z-index: 1;
  }
  .main_v_2nd .en_title {
    font-size: 28px;
    line-height: 1;
  }
  .main_v_2nd .en_title .small {
    display: none;
  }
  .main_v_2nd .jp_title {
    font-size: 20px;
  }
  .no_main {
    padding: 100px 0 50px !important;
  }
  .no_main .m {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .no_main .m2_jp {
    font-size: 16px;
  }
  #company .main_v_2nd {
    background: url(../img/about/main_v_sp.jpg?20201216) no-repeat right center;
    background-size: cover;
  }
  .about1 {
    padding: 30px 10px 0px;
  }
  .about1 .title2 {
    font-size: 40px;
  }
  .about1 .table_area .tb1 {
    border-spacing: 8px 0px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    padding: 20px 0 10px;
  }
  .about2 {
    padding: 30px 10px 20px;
  }
  .about2 .lead1 {
    text-align: left;
    padding: 20px 15px 0;
    line-height: 1.8;
  }
  .about3 .inner h3 {
    font-size: 22px;
    padding: 0 4%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .about3 .autoplay {
    margin-bottom: 30px !important;
  }
  #graphic .works_list .work {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .pager {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .pager__buttons__button {
    font-size: 16px;
  }
  .pager__list {
    position: static;
    margin-top: 0;
    transform: none;
  }
  .pager__list a {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
  }
  .works .works_link {
    padding: 15px 15px;
    font-size: 18px;
  }
  .works .works_link span.en {
    display: none;
  }
  .works .works_link::before {
    width: 20px;
    height: 20px;
  }
  #contact .main_v_2nd {
    background: url(../img/contact/main_v_sp.jpg?20201216) no-repeat center center;
    background-size: cover;
  }
  .contact1 {
    padding: 30px 4%;
  }
  .contact1.no_main {
    padding: 80px 0 40px !important;
  }
  .contact1 .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact1 .step_ul li:nth-child(n+2)::before {
    width: 3px;
    margin: 0 4%;
  }
  .contact2 .f_set {
    padding: 28px 4% 0;
  }
  .contact2 textarea {
    height: 150px;
  }
  .checkbox {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 48px;
  }
  label {
    padding: 0px 50px;
    line-height: 48px;
  }
  .box_outline {
    top: 12px;
    width: 22px;
    height: 22px;
  }
  .contact__form__policy {
    padding: 20px 0;
  }
  .submit_policy label {
    width: 100%;
    max-width: 460px;
    padding: 0 0px 0 70px;
    font-size: 13px;
  }
  .button_submit {
    width: 82%;
    padding: 20px 0;
  }
  .confirm .f_set {
    padding: 4%;
  }
  #privacy .container {
    padding: 40px 4% 0;
  }
  .container section {
    padding-top: 35px;
  }
  #web_nav ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  #web_nav ul li a {
    border-left: none;
  }
  #web_nav ul li a {
    padding: 0px 10px 10px;
    border-bottom: 1px dotted #ccc;
  }
  #web_nav ul li a span {
    padding-left: 25px;
  }
 
  #dance .main_v_2nd {
    background: url(../img/dance/main_v_sp.jpg?20201216) no-repeat right center;
    background-size: cover;
  }
  #dance .main_v_2nd #catch {
    padding: 0 4%;
    box-sizing: border-box;
  }
  #rec1 .w1500 {
    padding: 130px 0% 50px;
  }
  #rec1 .m2 {
    font-size: 18px;
  }
  #rec1 .en_rubi {
    font-size: 38px;
    padding-top: 20px;
  }
  #rec1 .blockL {
    padding: 75px 4% 40px;
  }
  #rec1 .blockL .catch {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #rec1 .blockL .read {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 30px;
  }
  .m2_rec {
    font-size: 45px;
  }
  #rec2 {
    padding-top: 20px;
  }
  .seido_list li {
    width: 48%;
    margin: 0 1% 20px;
    padding: 4%;
  }
  .seido_list .icon {
    width: 44px;
    height: 42px;
  }
  .seido_list .m3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #rec3 .block .m3 {
    font-size: 25px;
  }
  #rec4 {
    padding: 50px 0;
  }
  #rec4 .link_h3, #rec4 .link_h3_off {
    font-size: 18px;
  }
  #rec4 .link_h3 .em1, #rec4 .link_h3_off .em1 {
    display: none;
  }
  #rec4 .link_h3_off .em2 {
    font-size: 14px;
    margin-left: 0px;
    display: block;
  }
  #rec5 {
    margin-bottom: 60px;
  }
  #rec5 .flow_1 {
    width: 50%;
    padding: 10px 5px;
  }
  #rec5 .flow_1 .box {
    max-width: 100%;
    padding: 12px 5px;
  }
  #rec5 .flow_1 .box::before {
    display: none;
  }
  #rec7 {
    background: url("../img/dance/sec7_bg_sp.jpg") no-repeat left center;
  }
  #rec7 .catch {
    width: 80%;
    box-sizing: border-box;
  }
  #works_single .mm {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
  .header .logo {
    width: 60%;
  }
  #footer .copyright .footer__copy {
    width: 100%;
  }
  .about1 .title2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    display: block;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .about1 .table_area .tb1 th {
    border: none;
    padding: 20px 0 0px;
  }
  .about1 .table_area .tb1 td {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 10px;
  }
  .about3 .inner h3 {
    text-align: left;
    font-size: 18px;
  }
  .about3 .inner .lead1 {
    text-align: left;
    line-height: 2;
  }
}

@media screen and (max-width: 640px) and (orientation: portrait) {
  body {
    font-size: 15px;
  }
  .main_v .copy_area .en_copy {
    font-size: 38px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .main_v .copy_area .jp_copy {
    padding-top: 20px;
    line-height: 1.8;
  }

}





@media screen and (max-width: 500px) {
 
.concept .catch {

    padding: 50px 0 50px 0;

}


  .concept .catch2 {
    font-size: 25px;
  }

  .concept {
    margin-bottom: 20px;
  }
  .staff_top .catch {
    /* font-size: 30px; */
    /* box-sizing: border-box; */
    /* width: 100%; */
    /* padding: 0 4%; */
    /* margin-bottom: 25px; */
    /* text-align: center; */
    font-size: calc( 2.133rem + 8 * (100vw - 400px) / 240 );
  }

 .staff_top .catch2 {
    font-size: 20px;
  }

  .dance {
    height: auto;
  }
  #footer .inner {
    padding: 35px 10px;
  }

  
}





@media screen and (min-width: 1920px) {
  h1.logo {
    left: calc((100% - 1850px)/2);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    padding-left: 50px;
  }
}



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

.close_menu {
    transition: all 0.3s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.close_menu ul {
  width: 100%;
}

.close_menu a {
  font-size: 18px;
}

}




.link_st01 a{color:#c81f1f;border-bottom: 1px solid #c81f1f;}
.link_st01 a:hover{color:#888787;border-bottom:1px dashed #888787}

/* **************** 2020.10.16 *** */

/* *** footer menu-fit *** */

.menu-fit {
  display: none;
}

@media(max-width: 769px) {

  .menu-fit {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px 5px;
    background: rgba(255, 255, 255, .8);
    z-index: 3;
  }

  .menu-fit__wrap {
    display: flex;
    width: 98%;
    margin: 0 auto;
  }

  .menu-fit__btn {
    width: calc(100% / 2);
    margin: 5px;
    padding: 0 5px;
    background:  #EB2A64;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }

  .menu-fit__txt {
    font-weight: bold;
  }
}

/* ----- ヘッダー固定ボタン --- */

.lock__btn {
  display: none;
}

@media(max-width: 769px) {
  
  .lock__btn {
    display: block;
    position: relative;
  }

  .lock__inner {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 10;
  }

  .lock__box {
    padding: 10px 30px 10px 10px;
    background: #EB2A64;
    border-radius: 5px 0 0 5px;
  }

  .lock__box:first-child {
    margin-bottom: 10px;
  }

  .lock__item {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/* ----- スケジュールページ：改行スマホのみ --- */

.pc-none {
  display: none;
}

@media(max-width: 499px) {
  .pc-none {
    display: block;
  }
}

/* ----- チーム概要：リンク色 --- */

.link__ground a {
  color: #EB2A64;
}

/* ----- TOPページ：ブログアイコン用 --- */

.blog__icon img {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}

.sns__header {
  margin-bottom: 10px;
}



.txt_c{text-align:center}
.txt_l{text-align:left}
.txt_r{text-align:right}



.border_span{
	border-bottom: 2px solid #de1515;
}

.weight6_span{
	font-weight:600;
}

.color_red{color:#de1515}
.color_green{color:#067f4e}
.color_blue{color:#067be0}
.color_violet{color:#9f15b7}

.color_red a{color:#de1515;border-bottom:1px solid #de1515}
.color_green a{color:#067f4e;border-bottom:1px solid #067f4e}
.color_blue a{color:#067be0;border-bottom:1px solid #067be0}

.color_red a:hover{color:#c35353;border-bottom:1px dashed #de1515}
.color_green a:hover{color:#21a771;border-bottom:1px dashed #067f4e}
.color_blue a:hover{color:#3b99ea;border-bottom:1px dashed #067be0}

.txt_00{font-size:13px}
.txt_01{font-size:15px}
.txt_02{font-size:16px}
.txt_03{font-size:17px}
.txt_04{font-size:18px}
.txt_05{font-size:19px}
.txt_06{font-size:20px}
.txt_07{font-size:22px}

.pd-top_01{padding-top:5px}
.pd-top_02{padding-top:10px}
.pd-top_03{padding-top:15px}
.pd-top_04{padding-top:20px}
.pd-top_05{padding-top:25px}

.pd-left_01{padding-left:1em}
.pd-left_02{padding-left:2em}
.pd-left_03{padding-left:3em}
.pd-left_04{padding-left:4em}
.pd-left_05{padding-left:5em}


.line-b-gray_01{border-bottom:1px solid #ddd}
.line-b-gray_02{border-bottom:1px dashed #ddd}
.line-b-red_01{border-bottom:1px solid #de1515}
.line-b-red_02{border-bottom:1px dashed #de1515}


.f_weight_400{font-weight:400;}
.f_weight_500{font-weight:500;}
.f_weight_600{font-weight:600;}
.f_weight_700{font-weight:700;}








/* dropmenu_3 */
/* ここは消さない */
.dropmenu{
    *
    zoom: 1;
    /* list-style-type: none; */
    /* width: 960px; */
    /* margin: 5px auto 30px; */
    /* padding: 0; */
  }
  .dropmenu:before, .dropmenu:after{
    content: "";
    display: table;
  }
  .dropmenu:after{
    clear: both;
  }
  .dropmenu li{
    /* position: relative; */
    /*     width: 20%; */
    /*     float: left; */
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .dropmenu li a{
    display: block;
    /* margin: 0; */
    /* padding: 15px 0 11px; */
    /* background: #8a9b0f; */
    /* color: #fff; */
    /* font-size: 14px; */
    /* line-height: 1; */
    /* text-decoration: none; */
  }
  .dropmenu li ul{
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
  }
  .dropmenu li ul li{
    /* width: 100%; */
  }
  .dropmenu li ul li a{
    padding: 10px 20px 0;
    /*     border-top: 1px solid #7c8c0e;
    background: #6e7c0c; */
    text-align: left;
    background: #e5a01d;
    color: #fff;
    line-height: 1.5;
    height: 45px;
    position: absolute;
    left: 20px;
    /* width: 150px; */
    /* border: 1px solid #ddd; */
    border-radius: 3px;
    }
  .dropmenu li:hover > a{
/*     background: #6e7c0c; */
  }
  .dropmenu li a:hover{
/*     background: #616d0b; */
  }
  








#nav-sp .gnavi {
    width: 100%;
    position: absolute;
    top: 10px;
    /* text-align: left; */
    z-index: 1;
    padding-right: 70px;
    padding-left: 30px;
}
#nav-sp .gnavi ul {
    text-align: right;
/*     overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; */
}
#nav-sp .gnavi ul li.navi-logo {
}
#nav-sp .gnavi li.navi-logo img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}
#nav-sp .gnavi li.navi-menu {
    display: block;
    font-size: 16px;
    font-size: 1.5rem;
    border-bottom: 1px dashed #626262;

}
#nav-sp .gnavi li.navi-menu.last { /*border-bottom: 1px solid #e5e5e5;*/
}
#nav-sp .gnavi li.navi-backnumber {
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: none;
    margin-top: 10px;
}
#nav-sp .gnavi li.navi-backnumber img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
}
#nav-sp .navi-menu > a {
    display: block;
    /* height: 60px; */
    /* line-height: 60px; */
    font-size: 18px;
}
#nav-sp .navi-menu > a:after {
    display: none !important;
}
#nav-sp .sns {
    margin-top: 10px;
}
#nav-sp .sns li {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
#nav-sp .sns li img {
    width: 24px;
    height: 24px;
    vertical-align: top;
}



   
   .accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0 0.625em 0 2em;
  /* background-color: #000; */
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-top: 1px dashed #f2f2f2;
  line-height: 45px;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #ffffff;
  color: #000;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*ç¸¦ç·šã«*/
  transform: rotate(90deg);
  background: #646464;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*æ¨ªç·š*/
  width: 15px;
  height: 2px;
  background: #2d2d2d;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  padding: 0 1.1em;
  /* border: 1px solid #0079c1; */
}

/* CSS for CodePen */
.accordion-container {
  margin: 0 auto;
}

ul { list-style: none; }
a { text-decoration: none; color: black;}
/* body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
} */


ul { list-style: none; }
a { text-decoration: none; color: black;}
/* body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
} */




#footer {
  width: 100%;
  background: #02126d;
  color: #fff;
}

#footer .inner {
  max-width: 1200px;
  /* width: 100%; */
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding: 35px 20px 35px;
  /* border-bottom: 1px solid #394063; */
}



#footer .inner::after {
  content: "";
  display: block;
  clear: both;
}

#footer .inner .block_L {
  float: left;
  width: 50%;
  padding-left: 10%;
}

#footer .inner .block_L .logo {
  margin-bottom: 20px;
  text-align: left;
}

#footer .inner .block_L .logo img{
  width: 200px;
  text-align: left;
  margin:0;
}



#footer .inner .block_L .tel_block {
  /* float: left; */
  /* max-width: 618px; */
  /* width: 52%; */
  margin: 0 auto;
  text-align: left;
}


#footer .inner .block_L .tel_block p {
  font-size:13px;
}


#footer .inner .block_L .tel_block .read_1 {
  margin-bottom: 5px;
}

#footer .inner .block_L .tel_block .tel {
  /* font-family: "Work Sans", sans-serif; */
  /* font-size: 12px; */
  letter-spacing: 0.07em;
  display: inline;
  font-size: 18px;
}

#footer .inner .block_L .tel_block .tel a {
  color: #fff;
}



.icon_phone:before {position:absolute;top:0;left:0;right:0;bottom:0;font-family: 'FontAwesome';content:"\f106";font-size: 30px;line-height:58px;}




#footer .inner .block_L .tel_block .tel .phone_span {
  display: inline-block;
  font-weight: 500;
  /* font-size: 21px; */
  margin-right: 5px;
  /* background: url(../img/common/icon_phone.svg) no-repeat left center; */
  /* padding-left: 25px; */
}





#footer .inner .block_R {
  /* float: right; */
  width: 100%;
  max-width: 1200px;
  /* padding-top: 40px; */
}

#footer .inner .block_R::after {
  content: "";
  display: block;
  clear: both;
}

#footer .inner .block_R .tel_block {
  float: left;
  max-width: 618px;
  width: 52%;
  border-left: 1px solid #424242;
}

#footer .inner .block_R .tel_block .read_1 {
  margin-bottom: 5px;
}

#footer .inner .block_R .tel_block .tel {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.07em;
}

#footer .inner .block_R .tel_block .tel a {
  color: #fff;
}

#footer .inner .block_R .tel_block .tel .tel_span {
  display: inline-block;
  font-weight: 500;
  font-size: 21px;
  margin-right: 5px;
  background: url(../img/common/footer_tel_icon.png) no-repeat left center;
  padding-left: 25px;
}

#footer .inner .block_R .contact_link {
  display: block;
  background: #02126d;
  border: 2px solid #02126d;
  transition: all 0.5s 0s ease;
  padding: 20px 30px;
  box-sizing: border-box;
  font-weight: bold;
  float: right;
  width: 46%;
  text-align: center;
  max-width: 280px;
  font-size: 14px;
}

#footer .inner .block_R .contact_link:hover {
  background: #fff;
}

#footer .inner .block_R .contact_link span {
  display: inline-block;
  background: url(../img/common/footer_contact_icon.png) no-repeat left center;
  padding-left: 30px;
  letter-spacing: 0.1em;
}







/* ----- .inner ----- */ 
#footer .inner2 {padding:50px 0;margin:0 5%;/* background:#fefefe; */}

/* ----- .infoArea ----- */ 
#footer .infoArea {font-size:0;z-index:2;/* position:relative; */}

/* ----- .infoBox ----- */ 
#footer .infoBox {display:inline-block;margin:0;/* width: 48%; */flex: 0 0 48%;padding:5px 2.5%;/* position: relative; */z-index:0;}
#footer .infoBox:after {position:absolute;top:0;right:0;bottom:0;width:0;content:"";border-right: #505050 1px solid;z-index:0;}
#footer .infoBox:last-child:after { display:none;}

#footer .infoBox .linkArea {margin-top:10px;/* text-align: center; */}
#footer .infoBox .linkArea .btnGoogle {display: inline-block;padding: 0 20px 0 30px;margin:0;font-size: 11px;text-decoration: none;text-align:center;line-height: 30px;letter-spacing: 1px;position: relative;color: #02126d;background:#fefefe;border: #02126d 1px solid;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 5px;max-width:100%;}
#footer .infoBox .linkArea .btnGoogle:after {font-family: 'themify';content: "\e693";font-size: 13px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;left: 10px;z-index: 1;line-height: 30px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;color: #02126d;}
#footer .infoBox .linkArea .btnGoogle:hover { color:#333; background:#02126d; color: #fff; border:#999 1px solid;border:#999 1px solid; }

#footer .infoBox .linkArea .btnGoogle a{color:#02126d}






.staff_top {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  margin-top: 140px;
  padding: 0 70px;
  background: url(../img/home/about.jpg) no-repeat center right;
}

.staff_top .inner {
  position: relative;
  width: 100%;
  height: 500px;
}

.staff_top .inner::after {
  content: "";
  display: block;
  clear: both;
}

.staff_top .catch {
  font-size: 4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-top: 80px;
  padding-left: 80px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.staff_top .lead_area {
  width: 40%;
  box-sizing: border-box;
  padding: 0 20px 0 80px;
}

.staff_top .catch2 {
  font-size: 30px;
  margin-bottom: 50px;
}

.staff_top .lead {
  font-size: 17px;
  line-height: 2.2;
  font-weight: bold;
}

.staff_top .img_area {
  /* width: 60%; */
  /* height: 500px; */
  /* overflow-x: hidden; */
  background: url(../img/home/staff.jpg) no-repeat center right;
  /* background-size: cover; */
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* top: 0; */
  /* right: 0; */
  /* bottom: auto; */
  /* left: auto; */
  z-index: 2000;
  opacity: 1;
  /* transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.staff_top .img_area:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #F9F9F9;
  z-index: 1;
  transition: all 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right top;
}

.staff_top .img_area img {
  display: none;
}

.staff_top .img_area.changed:after {
  left: 2000px;
  transform: scaleX(0);
}


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

.staff_top {
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

}

.works {
  padding: 90px 0 120px;
  background: #fff;
}

.works .m {
  font-size: 70px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.works .read {
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
  box-sizing: border-box;
}

.works .works_list::after {
  content: "";
  display: block;
  clear: both;
}

.works .see_more {
  max-width: 380px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.works_list {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

li.work {
  float: left;
  width: 33.33%;
  position: relative;
  margin-bottom: 50px;
  transition: all 0.5s 0s ease-out;
  overflow: hidden;
  z-index: 0;
}

li.work:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

li.work:hover .img_box img {
  transform: scale(1.05);
}

li.work .tag {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 5;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

li.work .graphic {
  background: #02126d;
}

li.work .web {
  background: #0D366E;
}

li.work a.link_work {
  transition: all 0.2s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work a.link_work:hover .title {
  color: #fff;
}

li.work a.link_work:hover .detail_box::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scaleX(1);
}

li.work .img_box {
  line-height: 0;
  overflow: hidden;
}

li.work .img_box img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work .detail_box {
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
}

li.work .detail_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111;
  z-index: 0;
  transition: all 0.4s 0s cubic-bezier(0.26, 0.45, 0.46, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: left top;
  transform: scaleX(0);
  z-index: 0;
}

li.work .title {
  font-size: 20px;
  position: relative;
  z-index: 2;
}

li.work .naiyou {
  font-size: 13px;
}

li.work .naiyou strong {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

.dance {
  width: 100%;
  background: #fff;
  position: relative;
  /* height: 589px; */
}

.dance .dance_m.pc_none {
  padding-top: 0px;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.dance .inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #02126d;
  height: 351px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  transition: all 1.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleY(0);
  transform-origin: center bottom;
}

.dance .inner.changed {
  transform: scaleY(1);
}

.dance .inner2 {
  width: 96%;
  max-width: 1500px;
  height: 503px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/home/sec5.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner2 .dance_m {
  font-family: "Work Sans", sans-serif;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  color: #02126d;
  padding-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.dance .inner2 .read {
  color: #fff;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.dance .inner2 .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner3 {
  position: relative;
  z-index: 2;
  top: -24px;
  background: #02126d;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 6% 4%;
  box-sizing: border-box;
}

.dance .inner3 .read {
  color: #000;
  margin-bottom: 20px;
}

.event {
  padding: 80px 0 90px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.event .event_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.event .event_ul {
  margin-bottom: 60px;
}

.event .event_ul::after {
  content: "";
  display: block;
  clear: both;
}

.event .event_ul li {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.5s 0s ease-out;
}

.event .event_ul li:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

.event .event_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li a:hover .img img {
  transform: scale(1.05);
}

.event .event_ul li a:hover .detail_area {
  background: #02126d;
  color: #000;
}

.event .event_ul li .img {
  line-height: 0;
  overflow: hidden;
}

.event .event_ul li .img img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.event .event_ul li .detail_area {
  padding: 4% 4%;
  box-sizing: border-box;
  transition: all 0.9s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li .date {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.event .event_ul li .title {
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.event .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.topics {
  padding: 80px 0 80px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.topics .topics_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
}

.topics .topics_ul {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 60px;
}

.topics .topics_ul::after {
  content: "";
  display: block;
  clear: both;
}

.topics .topics_ul li {
  width: 22%;
  margin-left: 2%;
  background: #fff;
  box-sizing: border-box;
  display: -moz-inline-box;
  display: inline-block !important;
  text-align: left;
}

.topics .topics_ul li:first-child {
  margin-left: 0px;
}

.topics .topics_ul li a {
  display: block;
  padding: 15px;
  border: 4px solid #fff;
  transition: all 0.5s 0s cubic-bezier(0.245, 0.045, 0.355, 1);
}

.topics .topics_ul li a:hover {
  border: 4px solid #000;
}

.topics .topics_ul li .title {
  font-weight: normal;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.topics .topics_ul li .date {
  text-align: right;
  padding-top: 20px;
  font-weight: bold;
}

.topics .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}


/* detail.scss
--------------------------------------------------------------------------------------- */
#works_single {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 4%;
  box-sizing: border-box;
}

#works_single .mm {
  font-size: 32px;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

#works_single .url {
  font-size: 16px;
  margin-bottom: 30px;
}

#works_single .url a {
  background: url("../img/common/out_linkj.svg") no-repeat right center;
  background-size: 14px auto;
  padding-right: 25px;
  transition: all .3s;
}

#works_single .url a:hover {
  color: #2ecc71;
}

#works_single .post_img {
  margin-bottom: 50px;
}

#works_single .post {
  padding-top: 30px;
}

#works_single .post h3 {
  padding-left: 20px;
  border-left: 2px solid #02126d;
  font-size: 20px;
  margin-bottom: 25px;
}

#works_single .post p {
  margin-bottom: 20px;
  line-height: 2.2;
}

#works_single .credit {
  width: 100%;
}

#works_single .credit .m {
  font-size: 30px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

#works_single .credit .tb10 th, #works_single #works_single .credit .tb10 td {
  padding: 5px;
}

#works_single .credit .tb10 th {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  body {
    font-size: 15px;
  }

  .catch {
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    /* text-align: center; */
    /* position: relative; */
  }
  
/*   .concept .catch {
    font-size: 2rem;
    margin: 0 auto;
    color: #ddd;
    text-align: center;
  } */

  .catch p {
  }


  .concept .catch2 {
    font-size: 35px;
  }

  #web_nav ul li {
    font-size: 13px;
  }
  #rec1 .en_rubi {
    font-size: 80px;
  }
  #rec1 .blockL {
    padding: 160px 0px 60px 60px;
    width: 88%;
  }
  #rec1 .blockL .inner {
    width: 70%;
  }
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 15px;
  }
  .concept .catch {
    /* padding-left: 40px; */
  }
  .concept .lead_area {
    padding: 30px 20px 0 20px;
  }

  .event .event_ul li {
    width: 50%;
    margin-bottom: 50px;
  }
  .event .event_ul li .img {
    text-align: center;
  }
  #web_nav ul li {
    width: 33%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #web_nav ul li:nth-child(4) a {
    border: none;
  }
  #web_nav ul li a {
    padding: 0px 10px;
  }

  #rec1 figure {
    left: 55%;
    width: 45%;
    top: 38%;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 15px;
  }
  .header.scroll .logo, .header.scroll2 .logo {
    padding: 25px 0 0 25px;
  }
  .header.scroll .gnav ul, .header.scroll2 .gnav ul {
    padding: 0 75px 0 0px;
  }

  .header.scroll .gnav ul li ul, .header.scroll2 .gnav ul li ul {
    padding: 0 20px 0 0px;
  }

  
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    /* padding-left: 40px; */
  }
  .header.scroll .gnav ul li a, .header.scroll2 .gnav ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 25px;
  }


  .header.scroll .gnav ul li ul li a, .header.scroll2 .gnav ul li ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 15px;
  }
  
  .header.scroll .switchWrap, .header.scroll2 .switchWrap {
    width: 60px;
    height: 60px;
  }
  .header.scroll .switch__line, .header.scroll2 .switch__line {
    width: 28px;
  }




  
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  .see_more {
    padding: 20px 10px;
  }
  h1.logo {
    top: 25px;
  }
  .header .logo {
    padding: 25px 0 0 25px;
  }
  .gnav ul {
    padding: 0 75px 0 0px;
  }
  .gnav ul li:nth-child(2) {
    /* display: none; */
  }
  .gnav ul li:first-child a {
    padding-left: 50px;
  }
  .gnav ul li a {
    font-size: 18px;
    height: 75px;
    padding: 0px 25px;
  }
  .gnav .switchWrap {
    width: 75px;
    height: 75px;
  }
  .gnav .switch__line {
    width: 28px;
  }
  #footer .inner .block_R {
    /* max-width: 475px; */
    width: 50%;
  }
  #footer .inner .block_R .tel_block {
    width: 42%;
  }
  #footer .inner .block_R .tel_block .tel .time_span {
    display: none;
  }
  #footer .inner .block_R .contact_link {
    width: 55%;
  }

  .concept {
    margin-bottom: 70px;
  }
  .concept .catch {
    font-size: 90px;
  }
  .concept .catch2 {
    font-size: 30px;
  }
  .concept .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

　.staff_top {
    margin-bottom: 70px;
  }
  .staff_top .catch {
    font-size: 90px;
  }
  .staff_top .catch2 {
    font-size: 30px;
  }
  .staff_top .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

  .works {
    padding: 50px 0 80px;
  }
  .works .see_more {
    max-width: 280px;
  }
  li.work {
    width: 50%;
  }
  li.work .img_box {
    margin-bottom: 5px;
  }
  li.work .title {
    font-size: 17px;
  }
  .topics {
    padding: 30px 0 50px;
  }
  .topics .topics_m {
    margin-bottom: 20px;
  }
  .topics .topics_ul {
    margin-bottom: 20px;
  }
  .topics .topics_ul li {
    width: 46%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .topics .topics_ul li a {
    padding: 10px;
  }
  .topics .topics_ul li .title {
    padding-bottom: 15px;
  }
  .topics .topics_ul li .date {
    padding-top: 10px;
  }
  .topics .see_more {
    max-width: 280px;
  }
  .about1 .table_area .left_block, .about1 .table_area .right_block {
    width: 100%;
    float: none;
  }
  .about3 .inner .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .about3 .inner .lead1 {
    float: none;
    width: 100%;
  }
  .about3 .slick-arrow {
    padding: 15px;
  }
  .about3 .slick-prev::before, .about3 .slick-next::before {
    font-size: 15px;
    width: 15px;
    height: 15px;
  }
  .about3 .slick-prev {
    left: 10px;
  }
  .about3 .slick-next {
    right: 10px;
  }
  #graphic .works_list .work {
    width: 46%;
  }
  .works .works_link {
    font-size: 25px;
  }
  .web_list, .graphic_list {
    width: 100%;
  }
  .web_list {
    margin-bottom: 80px;
  }

  .web_list li:nth-child(odd) {
    border-left: 2px solid #fff;
  }
  .web_line_up .read1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .web_line_up #sec1 .read2 {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .web_line_up #sec1 .lineup_img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .web_line_up #sec1 .wrap2 {
    padding: 4%;
  }
  .web_line_up #sec1 .wrap2 .point4 {
    float: none;
    width: 100%;
    margin-bottom: 40px !important;
    padding-right: 0 !important;
  }
  .web_line_up #sec5 .m {
    font-size: 45px;
  }
  #rec1 .w1500 {
    padding: 150px 0% 50px;
  }
  #rec1 .m2 {
    left: 0px;
    width: 100%;
    text-align: center;
  }
  #rec1 .en_rubi {
    font-size: 70px;
  }
  #rec1 .blockL {
    width: 100%;
    padding: 125px 4% 40px;
    text-align: center;
  }
  #rec1 .blockL .inner {
    float: none;
    width: 100%;
  }
  #rec1 .blockL .catch {
    font-size: 30px;
  }
  #rec1 .blockL .see_more {
    margin-right: auto;
    margin-left: auto;
  }
  #rec1 figure {
    display: none;
  }
  .seido_list li {
    width: 46%;
    margin: 0 2% 20px;
  }
  #rec3 .block {
    width: 100%;
    left: 0%;
    margin: 0 auto;
    opacity: 0.8;
    padding: 50px 6%;
  }
  #rec5 .flow_1 .box::before {
    right: -8%;
  }
  #rec7 .see_more {
    width: 92%;
  }
  #rec7 .see_more span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  h1.logo {
    top: 20px;
    width: 55%;
    left: 3%;
  }
  h1.logo a {
    left: 0%;
  }
  .header .logo {
    padding: 25px 0 0 15px;
  }
  .gnav ul {
    display: none;
  }
  .close_menu ul li {
    /* margin-bottom: 18px; */
  }
  .close_menu a {
    font-size: 24px;
  }
  #footer .inner {
    padding: 35px 20px;
  }
  #footer .inner .block_L {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .inner .block_L .logo img {
    width: 180px;
  }
  #footer .inner .block_R {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  #footer .inner .block_R .tel_block {
    max-width: 100%;
    float: none;
    width: 100%;
  }
  #footer .inner .block_R .tel_block .read_1 {
    display: none;
  }
  #footer .inner .block_R .tel_block .tel {
    margin-bottom: 20px;
  }
  #footer .inner .block_R .contact_link {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }


  
  .concept .inner {
    height: 350px;
  }
  .concept .catch {
    font-size: 45px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 25px;
  }
  .concept .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .concept .catch2 {
    margin-bottom: 20px;
  }
  .concept .lead {
    text-align: justify;
  }
  .concept .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .concept .img_area img {
    display: block;
  }

　.staff_top .inner {
    height: auto;
  }
  .staff_top .catch {
    font-size: 3rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
  }
  .staff_top .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .staff_top .catch2 {
    margin-bottom: 20px;
  }
  .staff_top .lead {
    text-align: justify;
  }
  .staff_top .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .staff_top .img_area img {
    display: block;
  }


  .works .m {
    font-size: 50px;
  }
  .works .read {
    margin-bottom: 30px;
    padding: 0 4%;
  }
  li.work {
    width: 100%;
    margin-bottom: 30px;
  }
  li.work .tag {
    padding: 6px 20px;
  }
  li.work .title {
    font-size: 15px;
  }
  li.work .naiyou {
    font-size: 12px;
  }
  .dance {
    height: auto;
  }
  .dance .inner {
    height: auto;
  }
  .dance .inner2 {
    background: url(../img/home/sec5_sp.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 56.25%;
    height: auto;
  }
  .dance .inner2 .dance_m {
    font-size: 50px;
  }
  .dance .inner2 .read {
    padding: 0 20px;
    text-align: left;
  }
  .dance .inner2 .see_more {
    max-width: 280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .event {
    padding: 50px 0 50px;
  }
  .event .event_m {
    margin-bottom: 20px;
  }
  .event .event_ul {
    margin-bottom: 0px;
  }
  .event .event_ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .event .see_more {
    max-width: 280px;
  }
  .topics .topics_ul li {
    width: 96%;
  }
  .main_v_2nd {
    height: 300px;
  }
  .main_v_2nd .title_area {
    top: 35%;
    left: 20px;
    z-index: 1;
  }
  .main_v_2nd .en_title {
    font-size: 28px;
    line-height: 1;
  }
  .main_v_2nd .en_title .small {
    display: none;
  }
  .main_v_2nd .jp_title {
    font-size: 20px;
  }
  .no_main {
    padding: 100px 0 50px !important;
  }
  .no_main .m {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .no_main .m2_jp {
    font-size: 16px;
  }
  #company .main_v_2nd {
    background: url(../img/about/main_v_sp.jpg?20201216) no-repeat right center;
    background-size: cover;
  }
  .about1 {
    padding: 30px 10px 0px;
  }
  .about1 .title2 {
    font-size: 40px;
  }
  .about1 .table_area .tb1 {
    border-spacing: 8px 0px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    padding: 20px 0 10px;
  }
  .about2 {
    padding: 30px 10px 20px;
  }
  .about2 .lead1 {
    text-align: left;
    padding: 20px 15px 0;
    line-height: 1.8;
  }
  .about3 .inner h3 {
    font-size: 22px;
    padding: 0 4%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .about3 .autoplay {
    margin-bottom: 30px !important;
  }
  #graphic .works_list .work {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .pager {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .pager__buttons__button {
    font-size: 16px;
  }
  .pager__list {
    position: static;
    margin-top: 0;
    transform: none;
  }
  .pager__list a {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
  }
  .works .works_link {
    padding: 15px 15px;
    font-size: 18px;
  }
  .works .works_link span.en {
    display: none;
  }
  .works .works_link::before {
    width: 20px;
    height: 20px;
  }
  #contact .main_v_2nd {
    background: url(../img/contact/main_v_sp.jpg?20201216) no-repeat center center;
    background-size: cover;
  }
  .contact1 {
    padding: 30px 4%;
  }
  .contact1.no_main {
    padding: 80px 0 40px !important;
  }
  .contact1 .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact1 .step_ul li:nth-child(n+2)::before {
    width: 3px;
    margin: 0 4%;
  }
  .contact2 .f_set {
    padding: 28px 4% 0;
  }
  .contact2 textarea {
    height: 150px;
  }
  .checkbox {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 48px;
  }
  label {
    padding: 0px 50px;
    line-height: 48px;
  }
  .box_outline {
    top: 12px;
    width: 22px;
    height: 22px;
  }
  .contact__form__policy {
    padding: 20px 0;
  }
  .submit_policy label {
    width: 100%;
    max-width: 460px;
    padding: 0 0px 0 70px;
    font-size: 13px;
  }
  .button_submit {
    width: 82%;
    padding: 20px 0;
  }
  .confirm .f_set {
    padding: 4%;
  }
  #privacy .container {
    padding: 40px 4% 0;
  }
  .container section {
    padding-top: 35px;
  }
  #web_nav ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  #web_nav ul li a {
    border-left: none;
  }
  #web_nav ul li a {
    padding: 0px 10px 10px;
    border-bottom: 1px dotted #ccc;
  }
  #web_nav ul li a span {
    padding-left: 25px;
  }
 
  #dance .main_v_2nd {
    background: url(../img/dance/main_v_sp.jpg?20201216) no-repeat right center;
    background-size: cover;
  }
  #dance .main_v_2nd #catch {
    padding: 0 4%;
    box-sizing: border-box;
  }
  #rec1 .w1500 {
    padding: 130px 0% 50px;
  }
  #rec1 .m2 {
    font-size: 18px;
  }
  #rec1 .en_rubi {
    font-size: 38px;
    padding-top: 20px;
  }
  #rec1 .blockL {
    padding: 75px 4% 40px;
  }
  #rec1 .blockL .catch {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #rec1 .blockL .read {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 30px;
  }
  .m2_rec {
    font-size: 45px;
  }
  #rec2 {
    padding-top: 20px;
  }
  .seido_list li {
    width: 48%;
    margin: 0 1% 20px;
    padding: 4%;
  }
  .seido_list .icon {
    width: 44px;
    height: 42px;
  }
  .seido_list .m3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #rec3 .block .m3 {
    font-size: 25px;
  }
  #rec4 {
    padding: 50px 0;
  }
  #rec4 .link_h3, #rec4 .link_h3_off {
    font-size: 18px;
  }
  #rec4 .link_h3 .em1, #rec4 .link_h3_off .em1 {
    display: none;
  }
  #rec4 .link_h3_off .em2 {
    font-size: 14px;
    margin-left: 0px;
    display: block;
  }
  #rec5 {
    margin-bottom: 60px;
  }
  #rec5 .flow_1 {
    width: 50%;
    padding: 10px 5px;
  }
  #rec5 .flow_1 .box {
    max-width: 100%;
    padding: 12px 5px;
  }
  #rec5 .flow_1 .box::before {
    display: none;
  }
  #rec7 {
    background: url("../img/dance/sec7_bg_sp.jpg") no-repeat left center;
  }
  #rec7 .catch {
    width: 80%;
    box-sizing: border-box;
  }
  #works_single .mm {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
  .header .logo {
    width: 60%;
  }
  #footer .copyright .footer__copy {
    width: 100%;
  }
  .about1 .title2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    display: block;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .about1 .table_area .tb1 th {
    border: none;
    padding: 20px 0 0px;
  }
  .about1 .table_area .tb1 td {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 10px;
  }
  .about3 .inner h3 {
    text-align: left;
    font-size: 18px;
  }
  .about3 .inner .lead1 {
    text-align: left;
    line-height: 2;
  }
}

@media screen and (max-width: 640px) and (orientation: portrait) {
  body {
    font-size: 15px;
  }
  .main_v .copy_area .en_copy {
    font-size: 38px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .main_v .copy_area .jp_copy {
    padding-top: 20px;
    line-height: 1.8;
  }

}





@media screen and (max-width: 500px) {
 
.concept .catch {

    padding: 50px 0 50px 0;

}


  .concept .catch2 {
    font-size: 25px;
  }

  .concept {
    margin-bottom: 20px;
  }
  .staff_top .catch {
    /* font-size: 30px; */
    /* box-sizing: border-box; */
    /* width: 100%; */
    /* padding: 0 4%; */
    /* margin-bottom: 25px; */
    /* text-align: center; */
    font-size: calc( 2.133rem + 8 * (100vw - 400px) / 240 );
  }

 .staff_top .catch2 {
    font-size: 20px;
  }

  .dance {
    height: auto;
  }
  #footer .inner {
    padding: 35px 10px;
  }

  
}





@media screen and (min-width: 1920px) {
  h1.logo {
    left: calc((100% - 1850px)/2);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    padding-left: 50px;
  }
}



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

.close_menu {
    transition: all 0.3s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.close_menu ul {
  width: 100%;
}

.close_menu a {
  font-size: 18px;
}

}



.link_st01 a{color:#c81f1f;border-bottom: 1px solid #c81f1f;}
.link_st01 a:hover{color:#888787;border-bottom:1px dashed #888787}

/* **************** 2020.10.16 *** */

/* *** footer menu-fit *** */

.menu-fit {
  display: none;
}

@media(max-width: 769px) {

  .menu-fit {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px 5px;
    background: rgba(255, 255, 255, .8);
    z-index: 3;
  }

  .menu-fit__wrap {
    display: flex;
    width: 98%;
    margin: 0 auto;
  }

  .menu-fit__btn {
    width: calc(100% / 2);
    margin: 5px;
    padding: 0 5px;
    background:  #EB2A64;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }

  .menu-fit__txt {
    font-weight: bold;
  }
}

/* ----- ヘッダー固定ボタン --- */

.lock__btn {
  display: none;
}

@media(max-width: 769px) {
  
  .lock__btn {
    display: block;
    position: relative;
  }

  .lock__inner {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 10;
  }

  .lock__box {
    padding: 10px 30px 10px 10px;
    background: #EB2A64;
    border-radius: 5px 0 0 5px;
  }

  .lock__box:first-child {
    margin-bottom: 10px;
  }

  .lock__item {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/* ----- スケジュールページ：改行スマホのみ --- */

.pc-none {
  display: none;
}

@media(max-width: 499px) {
  .pc-none {
    display: block;
  }
}

/* ----- チーム概要：リンク色 --- */

.link__ground a {
  color: #EB2A64;
}

/* ----- TOPページ：ブログアイコン用 --- */

.blog__icon img {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}

.sns__header {
  margin-bottom: 10px;
}



.txt_c{text-align:center}
.txt_l{text-align:left}
.txt_r{text-align:right}



.border_span{
	border-bottom: 2px solid #de1515;
}

.weight6_span{
	font-weight:600;
}

.color_red{color:#de1515}
.color_green{color:#067f4e}
.color_blue{color:#067be0}
.color_violet{color:#9f15b7}

.color_red a{color:#de1515;border-bottom:1px solid #de1515}
.color_green a{color:#067f4e;border-bottom:1px solid #067f4e}
.color_blue a{color:#067be0;border-bottom:1px solid #067be0}

.color_red a:hover{color:#c35353;border-bottom:1px dashed #de1515}
.color_green a:hover{color:#21a771;border-bottom:1px dashed #067f4e}
.color_blue a:hover{color:#3b99ea;border-bottom:1px dashed #067be0}

.txt_00{font-size:13px}
.txt_01{font-size:15px}
.txt_02{font-size:16px}
.txt_03{font-size:17px}
.txt_04{font-size:18px}
.txt_05{font-size:19px}
.txt_06{font-size:20px}
.txt_07{font-size:22px}

.pd-top_01{padding-top:5px}
.pd-top_02{padding-top:10px}
.pd-top_03{padding-top:15px}
.pd-top_04{padding-top:20px}
.pd-top_05{padding-top:25px}

.pd-left_01{padding-left:1em}
.pd-left_02{padding-left:2em}
.pd-left_03{padding-left:3em}
.pd-left_04{padding-left:4em}
.pd-left_05{padding-left:5em}


.line-b-gray_01{border-bottom:1px solid #ddd}
.line-b-gray_02{border-bottom:1px dashed #ddd}
.line-b-red_01{border-bottom:1px solid #de1515}
.line-b-red_02{border-bottom:1px dashed #de1515}


.f_weight_400{font-weight:400;}
.f_weight_500{font-weight:500;}
.f_weight_600{font-weight:600;}
.f_weight_700{font-weight:700;}




/* -----------------------------------------------------------

#footer_消さない

----------------------------------------------------------- */

#footer {padding-top: 0px;background: url(../images/noise.png) repeat #f5f5f5;border-top: #eee 1px solid;background: #02126d;position:relative;z-index:1;}
#footer:before { position:absolute; top:-1px; left:5%; right:5%; height:0; content:""; border-top:#ededed 1px solid; z-index:2; }
/* ----- h3 ----- */ 
#footer h3 {font-size: 15px;/* font-family: 'Catamaran', sans-serif; */font-weight:700;letter-spacing:3px;line-height:2;text-transform:uppercase;text-align: left;margin-bottom:20px;}
@media only screen and (max-width: 800px) { 
    #footer { padding-top:80px;}
    #footer h3 {font-size: 15px;text-align:left;margin-bottom:10px;}
    #footer h3:after { font-size:13px; text-align:left; margin-bottom:10px; }
}
@media only screen and (max-width: 738px) { 
    #footer {padding-top:70px;/* background: url(../images/noise.png) repeat #f0f0f0; */}
    #footer h3 { margin-bottom:15px; }
}
@media only screen and (max-width: 414px) { 
    #footer { padding-top:60px;}
}



/* ----- .inner ----- */ 


/* ----- .infoArea ----- */ 
#footer .infoArea {font-size:0;z-index:2;/* position:relative; */display: flex;-webkit-align-items: center;      /* Safari etc. */-ms-align-items    : center;      /* IE10        */align-items        : center;justify-content: center;align-items: center;}

/* ----- .infoBox ----- */ 
#footer .infoBox {/* display:inline-block; */margin:0;flex: 0 0 48%;padding:5px 2.5%;/* position: relative; */z-index:0;text-align: left;/* -webkit-align-items: center; */      /* Safari etc. */-ms-align-items    : center;      /* IE10        *//* align-items        : center; *//* justify-content: center; *//* align-items: center; */}
#footer .infoBox:after {position:absolute;top:0;right:0;bottom:0;width:0;content:"";border-right: #3c3c3c 1px solid;z-index:0;}
/* #footer .infoBox:last-child:after { display:none;} */

#footer .infoBox .linkArea {margin-top:10px;/* text-align: center; */display: inline;padding-left: 10px;}
#footer .infoBox .linkArea .btnGoogle {/* display: inline-block; */padding: 0 20px 0 30px;margin:0;font-size: 11px;text-decoration: none;text-align:center;line-height: 30px;letter-spacing: 1px;position: relative;color:#111;background:#fefefe;border:#111 1px solid;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 5px;max-width:100%;}
#footer .infoBox .linkArea .btnGoogle:after { font-family: 'FontAwesome'; content: "\f041"; font-size: 13px; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 0; left: 10px; z-index: 1; line-height: 30px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
#footer .infoBox .linkArea .btnGoogle:hover { color:#333; background:#999; color: #fff; border:#999 1px solid;border:#999 1px solid; }


/* .txtArea */ 
#footer .aboutBox .txtArea {margin-top:20px;text-align: left;}
#footer .aboutBox h1 a img{width: 250px;height: 50px;/* background: url(../img/common/logo_white.svg) center left no-repeat; *//* background-size: 250px 37px; *//* margin-top:-20px; *//* text-align: left; */display: inline;}
#footer .flogo{width: 250px;height: 50px;/* background: url(../img/common/logo_white.svg) center left no-repeat; *//* background-size: 250px 37px; *//* margin-top:-20px; *//* text-align: left; */display: inline;}
#footer .flogo img{width: 200px;}
#footer p {font-size: 15px;/* text-indent:-0.5em; *//* margin-top:-0.5em; */text-align: left;padding-left: 10px;}

#footer .honsya{display:inline;font-size: 15px;/* text-indent:-0.5em; *//* margin-top:-0.5em; */text-align: left;/* padding-left: 10px; *//* position: relative; */}
#footer .fAddress{display:block;font-size: 15px;/* text-indent:-0.5em; */margin-top: 1em;text-align: left;/* padding-left: 10px; *//* position: relative; */}

#footer .fphonefax{display:block;font-size: 18px;/* text-indent:-0.5em; */margin-top: 0em;text-align: left;/* padding-left: 10px; *//* position: relative; */}
 .phone_span{padding-right:10px;}

#footer .linkArea .btnGoogle {/* display: inline-block; */padding: 0 20px 0 30px;margin:0;font-size: 11px;text-decoration: none;text-align:center;line-height: 30px;letter-spacing: 1px;position: relative;color:#111;background:#fefefe;border:#111 1px solid;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 5px;max-width:100%;}
#footer .linkArea .btnGoogle:after {font-family: 'FontAwesome';content: "\f041";font-size: 13px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;left: 10px;z-index: 1;line-height: 30px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
#footer .linkArea .btnGoogle:hover { color:#333; background:#999; color: #fff; border:#999 1px solid;border:#999 1px solid; }


/* .imgArea */ 
#footer .accessBox .imgArea {float:left;width: 15%;}
/* .txtArea */ 
#footer .accessBox .txtArea { float:right; width:62.5%; }
#footer .accessBox p { font-size:12px; margin-top:-0.5em;}

/* .linkArea */
#footer .accessBox .linkArea { margin-top:10px; text-align:left; }
#footer .accessBox .linkArea .btnGoogle { display: inline-block; padding: 0 20px 0 30px; margin:0; font-size: 11px; text-decoration: none; text-align:center; line-height: 30px; letter-spacing: 1px; position: relative; color:#111; background:#fefefe; border:#111 1px solid; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; max-width:100%; }
#footer .accessBox .linkArea .btnGoogle:after { font-family: 'themify'; content: "\f041"; font-size: 13px; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: absolute; top: 0; left: 10px; z-index: 1; line-height: 30px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
#footer .accessBox .linkArea .btnGoogle:hover { color:#7eccd6; background:#f0fafe; border:#7eccd6 1px solid;border:#f0fafe 1px solid; }

/* .contactBox */ 
#footer .contactBox .imgArea { float:left; width:30%; display:none; }
#footer .contactBox .txtArea {float:right;width:62.5%;width: 80%;margin: 0 10%;}
#footer .contactBox h4 { font-size:12px; font-weight:normal; line-height:2.2; letter-spacing: 1px; margin-top:-0.5em; text-align:center;}

/* .contactBox ul */ 
#footer .contactBox {background: url(../img/common/footer_bg.png) no-repeat;background-size: contain;min-height: 250px;}
#footer .contactBox ul { }
#footer .contactBox ul li { display:block; margin:5px 0 0; text-align:center; position:relative; z-index:1; }
#footer .contactBox ul li a,
#footer .contactBox ul li span { display:block; line-height:50px; position:relative; z-index:2;}
#footer .contactBox ul li .tel {color:#111;/* border: #111 1px solid; */font-size: 20px;font-weight:600;letter-spacing:2px;}
/*#footer .contactBox ul li .tel:before { position:absolute; top:0; left:20px; bottom:0; width:25px; content:""; background:url(../images/telIcon.png) left center no-repeat; }*/
#footer .contactBox ul li .tel:before {position:absolute;top:0;left: 20%;bottom:0;width:25px;font-size:20px;text-align:left;font-family: 'FontAwesome';content: "\f095";font-weight:normal;}




/* .mail */ 
#footer .contactBox ul li .mail { color:#111; border:#111 1px solid; font-size:13px; font-weight:500; letter-spacing:1px;  }
#footer .contactBox ul li .mail:before { position:absolute; top:0; left:21px; bottom:0; width:25px; font-size:20px; text-align:left; font-family: 'themify'; content: "\e75a"; font-weight:normal; }
#footer .contactBox ul li .mail:before { position:absolute; top:0; left:21px; bottom:0; width:25px; font-size:20px; text-align:left; font-family: 'FontAwesome'; content: "\f003"; font-weight:normal; }


#footer .contactBox ul li .mail:hover { color:#fefefe; background:#999; border:#f0fafe 1px solid;}
#footer .contactBox ul li .mail:after { position:absolute; top:0; bottom:0; right:15px; font-size:10px; font-family: 'themify'; content: "\e649"; font-weight:normal; opacity:0; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;}
#footer .contactBox ul li .mail:hover:after { opacity:1;-webkit-transform: translate(5px, 0px);-moz-transform: translate(5px, 0px);-o-transform: translate(5px, 0px);-ms-transform: translate(5px, 0px);transform: translate(5px, 0px); }


@media only screen and (max-width: 945px) {
    #footer .contactBox ul li .tel { font-size:14px; letter-spacing:1.5px;}
    #footer .contactBox ul li .tel:before { left:10px; }
    #footer .contactBox ul li .mail { font-size:12px;  }
    #footer .contactBox ul li .mail:before { left:10px; }	
}

@media only screen and (max-width: 800px) { 
    /* ----- .inner ----- */ 
    #footer .inner {padding:50px 0;margin:0 5%;/* background:#fefefe; */}

    /* ----- .infoArea ----- */ 
    #footer .infoArea {/* font-size:0; *//* z-index:2; *//* position:relative; */}

    /* ----- .infoBox ----- */ 
    #footer .infoBox {/* width: 100%; */padding:5px 5%;flex: 0 0 50%;}
    #footer .infoBox:last-child {width:100%;margin-top:25px;padding-top:25px;/* border-top:#ededed 1px solid; */}
    #footer .infoBox:after { position:absolute; top:0; right:0; bottom:0; width:0; content:""; border-right:#ededed 1px solid; z-index:0; }
    #footer .infoBox:nth-child(2):after { display:none;}

    #footer .aboutBox h1 {height:72px;/* background: url(../images/logoFooter_sp.png) center center no-repeat; */margin-top:-20px;background-size:80px 72px;}
    /* .linkArea */
    #footer .accessBox .linkArea .btnGoogle:hover { color:#111; background:#fefefe; border:#111 1px solid; }

    /* .contactBox ul */ 
    #footer .contactBox ul { font-size:0; margin:10px -1% 0; }
    #footer .contactBox ul li { display:inline-block; margin:5px 1% 0; width:48%; }
    #footer .contactBox ul li a,
    #footer .contactBox ul li span { display:block; line-height:50px; position:relative; z-index:2;}
    #footer .contactBox ul li .tel {color:#111;border: #111 1px solid;font-size:16px;font-weight:600;letter-spacing:2px;}
    #footer .contactBox ul li .tel:before { position:absolute; top:0; left:20px; bottom:0; width:25px; content:""; background:url(../images/telIcon.png) left center no-repeat; }

    /* .mail */ 
    #footer .contactBox ul li .mail { color:#111; border:#111 1px solid; font-size:13px; font-weight:500; letter-spacing:1px;  }
    #footer .contactBox ul li .mail:before { position:absolute; top:0; left:21px; bottom:0; width:25px; font-size:20px; text-align:left; font-family: 'themify'; content: "\e75a"; font-weight:normal; }
    #footer .contactBox ul li .mail:hover {color:#111; border:#111 1px solid; background:none;}
    #footer .contactBox ul li .mail:after { display:none; }
}

@media only screen and (max-width: 738px) { 
    /* ----- .inner ----- */ 
    #footer .inner { padding:20px 0; margin:0 5%;}

    /* ----- .infoBox ----- */ 
    #footer .infoBox {/* display:block; *//* margin:0; *//* width:100%; */padding:25px 5%;flex: 0 0 100%;}
    #footer .infoBox:after { position:absolute; top:auto; right:0; bottom:0; left:0; width:100%; border-right:none; border-bottom:#ededed 1px solid; }

    /* .contactBox */ 
    #footer .contactBox h4 { font-size:12px; font-weight:normal; line-height:2.2; letter-spacing: 1px; margin-top:-0.5em; text-align:center;}

    #footer .contactBox ul { font-size:0; margin:5px -1% 0; text-align:center; }
    #footer .contactBox ul li { margin:10px 1% 0; min-width:250px; }

    #footer .contactBox ul li a,
    #footer .contactBox ul li span {line-height: 45px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 0px;}

    #footer .contactBox ul li .tel { font-size:14px; letter-spacing:1.5px;}
    #footer .contactBox ul li .tel:before { left:10px; width:20px; background:url(../images/telIconSp.png) left center no-repeat; background-size:20px 20px;}
    #footer .contactBox ul li .mail { font-size:12px;  }
    #footer .contactBox ul li .mail:before { left:10px; }
}

@media only screen and (max-width: 414px) { 
    #footer .infoArea {flex-flow: column;}
    #footer .infoBox:first-child {padding: 25px 5.5%;width: 100%;}
    #footer .accessBox p { font-size:11px; margin-top:-0.5em; line-height:1.9;}
}


/* ----- .inner2 ----- */ 
#footer .inner2 {padding:40px 0;margin:0 5%;border-top:#ededed 1px solid;/* background:#fefefe; */position:relative;z-index:1;}

/* ----- .sitemapArea ----- */ 
#footer .sitemapArea { font-size:0; }
/* .sitemapBox */
#footer .sitemapBox {display:inline-block;margin:0;width: 20%;position: relative;z-index:0;}
#footer .sitemapBox:after { position:absolute; top:0; right:0; bottom:0; width:0; content:""; border-right:#ededed 1px solid; z-index:0; }
#footer .sitemapBox:last-child:after { display:none;}
/* ul */
#footer .sitemapBox ul { padding:0 10%; }
#footer .sitemapBox ul li { display:block; margin:0; padding:0; font-size:12px; letter-spacing:1px; }
#footer .sitemapBox ul li a {display:inline-block;position:relative;z-index:1;line-height:30px;padding-left:15px;padding-right: 8px;}
#footer .sitemapBox ul li a:before { position:absolute; top:0; left:0; bottom:0; margin:auto 0; content:""; width:5px; height:5px; background:#ddd; z-index:2;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
#footer .sitemapBox ul li a:hover { color:#02126d; }
#footer .sitemapBox ul li a:after { position:absolute; top:5px; left:0; bottom:5px; width:0; content:""; background:#fefefe; z-index:-1;-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
/* #footer .sitemapBox ul li a:hover:after { width:100%; background:#ddd;} */
#footer .sitemapBox ul li a:hover:after { width:100%; background:#none;border-bottom:#ddd 1px solid}

/* ----- ul.calendar ----- */ 
#footer .sitemapBox ul.calendar { margin-top:15px; }

@media only screen and (max-width: 1050px) {
    #footer .sitemapBox ul li { margin:3px 0; }
    #footer .sitemapBox ul li a { line-height:1.6;}
    #footer .sitemapBox ul li a:hover { color:#02126d; }
    #footer .sitemapBox ul li a:after { top:2px; bottom:2px; }
}

@media only screen and (max-width: 945px) {
    #footer .sitemapBox { width:50%; margin-bottom:30px; }
    #footer .sitemapBox:nth-child(4),
    #footer .sitemapBox:nth-child(5) { margin-bottom:0; }
    #footer .sitemapBox:last-child:after { position:absolute; top:0; right:0; bottom:0; width:0; content:""; border-right:#ededed 1px solid; z-index:0;}
    #footer .sitemapBox:nth-child(3):after { display:none;}
}

@media only screen and (max-width: 800px) { 
    #footer .sitemapBox ul li a:hover { color:#111; }
    #footer .sitemapBox ul li a:after { display:none; }
}

@media only screen and (max-width: 800px) { 
    /* ----- .inner ----- */ 
    #footer .inner2 { padding:25px 5% 45px; margin:0 5%; background:#f5f5f5; background:#fefefe; border-top:#ededed 1px solid;}
    /* ----- .sitemapArea ----- */ 
    #footer .sitemapArea { font-size:0; }
    /* .sitemapBox */
    #footer .sitemapBox { display:block; margin:0; width:100%;}
    #footer .sitemapBox:after { display:none; }
    /* ul */
    #footer .sitemapBox ul { margin:20px 0 0; padding:0; font-size:0; text-align:left; position:relative; }
    #footer .sitemapBox ul li { display:inline-block; margin:0; width:50%; padding:0; border: transparent 1px solid; font-size:10px; line-height:40px; text-align:center; }
    #footer .sitemapBox ul li a { display:block; position:relative; z-index:1; padding-left:0; letter-spacing:0.5px;line-height:40px;  background:#f5f5f5;}
    #footer .sitemapBox ul li a:before { position:absolute; top:0; left:auto; right:8px; bottom:0; margin:0; font-family: 'themify'; content: "\e649"; font-size: 6px; width:auto; height:100%; background:none; z-index:1; }

    #footer .sitemapBox ul.calendar { margin-top:20px; }

    #footer .sitemapBox ul.home li,
    #footer .sitemapBox ul.calendar li,
    #footer .sitemapBox ul.privacy li { width:100%; }

    #footer .sitemapBox ul.home:before,
    #footer .sitemapBox ul.photography:before,
    #footer .sitemapBox ul.exhibition:before,
    #footer .sitemapBox ul.collection:before,
    #footer .sitemapBox ul.recommend:before,
    #footer .sitemapBox ul.movie:before,
    #footer .sitemapBox ul.about:before,
    #footer .sitemapBox ul.staff:before,
    #footer .sitemapBox ul.calendar:before,
    #footer .sitemapBox ul.privacy:before { display:block; margin-bottom:15px; content:"Photography"; font-size:12px; font-family: 'Catamaran', sans-serif;font-weight:700; letter-spacing:3px; line-height:1;text-transform:uppercase; text-align:center; }

    #footer .sitemapBox ul.home:before {content:"Home"; }
    #footer .sitemapBox ul.exhibition:before {content: "exhibition";}
    #footer .sitemapBox ul.collection:before {content: "collection";}
    #footer .sitemapBox ul.photography:before {content: "contents";}
    #footer .sitemapBox ul.recommend:before{content: "recommend";}
    #footer .sitemapBox ul.movie:before{content:"Movie"; }
    #footer .sitemapBox ul.about:before{content:"About"; }
    #footer .sitemapBox ul.staff:before{content: "recommend";}
    #footer .sitemapBox ul.calendar:before{content:"Calendar"; }
    #footer .sitemapBox ul.privacy:before { content:"Privacy Policy";}
}

@media only screen and (max-width: 320px) { 
    #footer .sitemapBox ul li a { letter-spacing:0;}
    #footer .sitemapBox ul li a:before { display:none;}
}



/* ----- .inner3 ----- */ 
#footer .inner3 { padding:40px 0; margin:0 5%; background: #fefefe; border-top:#ededed 1px solid;text-align:center;position:relative; z-index:1;}
/* ul.sns */
#footer .inner3 ul.sns { font-size:0; text-align:center; padding:0 15%; }
#footer .inner3 ul.sns li { display:inline-block; width:20%; position:relative; z-index:2; line-height:30px; }
#footer .inner3 ul.sns li:after {position:absolute;top:50%;right:-8px;content: "";width: 1px;height:0;border-bottom:#ededed 1px solid;z-index:-1;}
#footer .inner3 ul.sns li:last-child:after { display:none;}
#footer .inner3 ul.sns li a { display:block; font-size:12px; font-family: 'Catamaran', sans-serif; font-weight:300;letter-spacing:2px;}
#footer .inner3 ul.sns li a span { position:relative; z-index:1;  }
#footer .inner3 ul.sns li a i { font-size:13px;line-height:30px; padding-right:5px; }
#footer .inner3 ul.sns li a.youtube i { font-size:18px; }
#footer .inner3 ul.sns li a:hover { color:#7eccd6;}
#footer .inner3 ul.sns li a span:after { position:absolute; bottom:-5px; left: 33%; right: 33%; height:1px; content:""; background: transparent; z-index:-1; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
#footer .inner3 ul.sns li a:hover span:after { left:0; right:0; background:#a3d9e0;}

@media only screen and (max-width: 945px) {
    #footer .inner3 ul.sns { padding:0; }
}

@media only screen and (max-width: 800px) {
    #footer .inner3 ul.sns li a { letter-spacing:1.5px;}
    #footer .inner3 ul.sns li a:hover { color:#111;}
    #footer .inner3 ul.sns li a span:after { display:none; }
}

@media only screen and (max-width: 738px) { 
    #footer .inner3 { padding:25px 5% 45px; margin:0 5%;}

    /* ul.sns */
    #footer .inner3 ul.sns { font-size:0; text-align:left; padding:0; margin:-10px -1% 0; }
    #footer .inner3 ul.sns li { display:inline-block; width:31.333%; margin:10px 1% 0; position:relative; z-index:2; line-height:1; }
    #footer .inner3 ul.sns li:after { display:none;}
    #footer .inner3 ul.sns li:last-child:after { display:none;}

    #footer .inner3 ul.sns li a { background:#f0f0f0; line-height:40px; height:40px; display:block; text-align:center; font-size:11px; letter-spacing:0.5px; -webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px;}
    #footer .inner3 ul.sns li a i { font-size:12px;line-height:40px; padding-right:5px; margin-left:-8px;}
    #footer .inner3 ul.sns li a.youtube i { font-size:13px; }
}

@media only screen and (max-width: 414px) { 
    #footer .inner3 ul.sns { margin:-5px -1% 0; }
    #footer .inner3 ul.sns li {width: 31%;margin:5px 1% 0;}
    #footer .inner3 ul.sns li a {line-height:35px;height:35px;-webkit-border-radius: 35px;-moz-border-radius: 35px;border-radius: 2px;}
    #footer .inner3 ul.sns li a i { line-height:35px;}
}



/* ----- .copyrightArea ----- */ 
#footer .copyrightArea { padding:30px 5%; text-align:center; position:relative; z-index:1; }
#footer .copyrightArea p { font-size:11px; line-height:2.2; letter-spacing:1px; }
#footer .copyrightArea p.copyright { font-size:11px; font-family: 'Catamaran', sans-serif; font-weight:300;letter-spacing:1.5px;}
#footer .copyrightArea p.copyright span { font-size:13px; vertical-align: 0 ; font-family:'Open Sans';}

@media only screen and (max-width: 738px) { 
    #footer .copyrightArea {padding:35px 5% 45px;/* background: url(../images/noise.png) repeat #f0f0f0; */}
    #footer .copyrightArea:before { position:absolute; top:-1px; left:5%; right:5%; height:0; content:""; border-top:#ededed 1px solid; z-index:2; }
    #footer .copyrightArea p.copyright { letter-spacing:1px;}
    #footer .copyrightArea p.copyright span { font-size:12px; vertical-align: 0 ; font-family:'Open Sans';}
}




/* --- .shareArea --- */
#footer .shareArea { position: absolute; top:40px; left:5%; }

/* --- .snsBtnArea --- */
#footer .shareArea ul { font-size:0; text-align: left; margin:0; }
#footer .shareArea ul li { display: inline-block; width:100px; text-align: center; margin:0 5px 0 0; }
#footer .shareArea ul li a { position: relative; display: block; height:30px; font-size:11px; font-weight: 500; letter-spacing:1px; line-height:30px; color:#111; background:#fefefe; margin:0 auto; padding:0 0 0 10px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
#footer .shareArea ul li a:before { position: absolute; top:0; left:10px; bottom:0; display: block; font-size:13px; font-family:'themify'; font-weight: normal; line-height:30px; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease; }
#footer .shareArea ul li a.twitterBtn:before { content:"\e74b"; color:#1da1f2;}
#footer .shareArea ul li a.twitterBtn:hover { color:#fefefe; background: url(../images/noise.png) repeat #1da1f2;}
#footer .shareArea ul li a.twitterBtn:hover:before { color:#fefefe; }

#footer .shareArea ul li a.facebookBtn:before { content:"\e741"; color:#3765a3; }
#footer .shareArea ul li a.facebookBtn:hover { color:#fefefe; background: url(../images/noise.png) repeat #3765a3;}
#footer .shareArea ul li a.facebookBtn:hover:before { color:#fefefe; }

@media only screen and (max-width: 800px) { 
    #footer .shareArea { position: static; margin-bottom:15px; }
    #footer .shareArea ul { font-size:0; text-align: center; margin:0; }
    #footer .shareArea ul li { margin:0 1%; }
    #footer .shareArea ul li a.twitterBtn:hover { color:#111; background:#fefefe;}
    #footer .shareArea ul li a.twitterBtn:hover:before { color:#1da1f2; }
    #footer .shareArea ul li a.facebookBtn:hover { color:#111; background:#fefefe;}
    #footer .shareArea ul li a.facebookBtn:hover:before { color:#3765a3; }
}

@media only screen and (max-width: 738px) { 
    #footer .shareArea { position: static; margin-bottom:15px; }
    /* --- .snsBtnArea --- */
    #footer .shareArea ul { font-size:0; text-align: center; margin:0; }
    #footer .shareArea ul li { display: inline-block; width:120px; text-align: center; margin:0 1%; }
    #footer .shareArea ul li a {-webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);}
}


.bborder-none {
  border-bottom: none;
}

.bborder-inner
 {
  border-bottom: 1px solid #394063;
}




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

@-webkit-keyframes slide_line {
  0% {
    transform-origin: left center;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left center;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right center;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right center;
    transform: scaleX(0);
  }
}

   .accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0 0.625em 0 2em;
  /* background-color: #000; */
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-top: 1px dashed #f2f2f2;
  line-height: 45px;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #ffffff;
  color: #000;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*ç¸¦ç·šã«*/
  transform: rotate(90deg);
  background: #646464;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*æ¨ªç·š*/
  width: 15px;
  height: 2px;
  background: #2d2d2d;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  padding: 0 1.1em;
  /* border: 1px solid #0079c1; */
}

/* CSS for CodePen */
.accordion-container {
  margin: 0 auto;
}

ul { list-style: none; }
a { text-decoration: none; color: black;}
/* body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
} */

ul { list-style: none; }
a { text-decoration: none; color: black;}
/* body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
} */



#footer {
  width: 100%;
  background: #02126d;
  color: #fff;
}

#footer .inner {
  max-width: 1200px;
  /* width: 100%; */
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding: 35px 20px 35px;
  /* border-bottom: 1px solid #394063; */
}



#footer .inner::after {
  content: "";
  display: block;
  clear: both;
}

#footer .inner .block_L {
  float: left;
  width: 50%;
  padding-left: 10%;
}

#footer .inner .block_L .logo {
  margin-bottom: 20px;
  text-align: left;
}

#footer .inner .block_L .logo img{
  width: 200px;
  text-align: left;
  margin:0;
}



#footer .inner .block_L .tel_block {
  /* float: left; */
  /* max-width: 618px; */
  /* width: 52%; */
  margin: 0 auto;
  text-align: left;
}


#footer .inner .block_L .tel_block p {
  font-size:13px;
}


#footer .inner .block_L .tel_block .read_1 {
  margin-bottom: 5px;
}

#footer .inner .block_L .tel_block .tel {
  /* font-family: "Work Sans", sans-serif; */
  /* font-size: 12px; */
  letter-spacing: 0.07em;
  display: inline;
  font-size: 18px;
}

#footer .inner .block_L .tel_block .tel a {
  color: #fff;
}



.icon_phone:before {position:absolute;top:0;left:0;right:0;bottom:0;font-family: 'FontAwesome';content:"\f106";font-size: 30px;line-height:58px;}




#footer .inner .block_L .tel_block .tel .phone_span {
  display: inline-block;
  font-weight: 500;
  /* font-size: 21px; */
  margin-right: 5px;
  /* background: url(../img/common/icon_phone.svg) no-repeat left center; */
  /* padding-left: 25px; */
}





#footer .inner .block_R {
  /* float: right; */
  width: 100%;
  max-width: 1200px;
  /* padding-top: 40px; */
}

#footer .inner .block_R::after {
  content: "";
  display: block;
  clear: both;
}

#footer .inner .block_R .tel_block {
  float: left;
  max-width: 618px;
  width: 52%;
  border-left: 1px solid #424242;
}

#footer .inner .block_R .tel_block .read_1 {
  margin-bottom: 5px;
}

#footer .inner .block_R .tel_block .tel {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.07em;
}

#footer .inner .block_R .tel_block .tel a {
  color: #fff;
}

#footer .inner .block_R .tel_block .tel .tel_span {
  display: inline-block;
  font-weight: 500;
  font-size: 21px;
  margin-right: 5px;
  background: url(../img/common/footer_tel_icon.png) no-repeat left center;
  padding-left: 25px;
}

#footer .inner .block_R .contact_link {
  display: block;
  background: #02126d;
  border: 2px solid #02126d;
  transition: all 0.5s 0s ease;
  padding: 20px 30px;
  box-sizing: border-box;
  font-weight: bold;
  float: right;
  width: 46%;
  text-align: center;
  max-width: 280px;
  font-size: 14px;
}

#footer .inner .block_R .contact_link:hover {
  background: #fff;
}

#footer .inner .block_R .contact_link span {
  display: inline-block;
  background: url(../img/common/footer_contact_icon.png) no-repeat left center;
  padding-left: 30px;
  letter-spacing: 0.1em;
}







/* ----- .inner ----- */ 
#footer .inner2 {padding:50px 0;margin:0 5%;/* background:#fefefe; */}

/* ----- .infoArea ----- */ 
#footer .infoArea {font-size:0;z-index:2;/* position:relative; */}

/* ----- .infoBox ----- */ 
#footer .infoBox {display:inline-block;margin:0;/* width: 48%; */flex: 0 0 48%;padding:5px 2.5%;/* position: relative; */z-index:0;}
#footer .infoBox:after {position:absolute;top:0;right:0;bottom:0;width:0;content:"";border-right: #505050 1px solid;z-index:0;}
#footer .infoBox:last-child:after { display:none;}

#footer .infoBox .linkArea {margin-top:10px;/* text-align: center; */}
#footer .infoBox .linkArea .btnGoogle {display: inline-block;padding: 0 20px 0 30px;margin:0;font-size: 11px;text-decoration: none;text-align:center;line-height: 30px;letter-spacing: 1px;position: relative;color: #02126d;background:#fefefe;border: #02126d 1px solid;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 5px;max-width:100%;}
#footer .infoBox .linkArea .btnGoogle:after {font-family: 'themify';content: "\e693";font-size: 13px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;left: 10px;z-index: 1;line-height: 30px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;color: #02126d;}
#footer .infoBox .linkArea .btnGoogle:hover { color:#333; background:#02126d; color: #fff; border:#999 1px solid;border:#999 1px solid; }

#footer .infoBox .linkArea .btnGoogle a{color:#02126d}






.staff_top {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  margin-top: 140px;
  padding: 0 70px;
  background: url(../img/home/about.jpg) no-repeat center right;
}

.staff_top .inner {
  position: relative;
  width: 100%;
  height: 500px;
}

.staff_top .inner::after {
  content: "";
  display: block;
  clear: both;
}

.staff_top .catch {
  font-size: 4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-top: 80px;
  padding-left: 80px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.staff_top .lead_area {
  width: 40%;
  box-sizing: border-box;
  padding: 0 20px 0 80px;
}

.staff_top .catch2 {
  font-size: 30px;
  margin-bottom: 50px;
}

.staff_top .lead {
  font-size: 17px;
  line-height: 2.2;
  font-weight: bold;
}

.staff_top .img_area {
  /* width: 60%; */
  /* height: 500px; */
  /* overflow-x: hidden; */
  background: url(../img/home/staff.jpg) no-repeat center right;
  /* background-size: cover; */
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* top: 0; */
  /* right: 0; */
  /* bottom: auto; */
  /* left: auto; */
  z-index: 2000;
  opacity: 1;
  /* transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.staff_top .img_area:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #F9F9F9;
  z-index: 1;
  transition: all 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right top;
}

.staff_top .img_area img {
  display: none;
}

.staff_top .img_area.changed:after {
  left: 2000px;
  transform: scaleX(0);
}


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

.staff_top {
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

}

.works {
  padding: 90px 0 120px;
  background: #fff;
}

.works .m {
  font-size: 70px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.works .read {
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
  box-sizing: border-box;
}

.works .works_list::after {
  content: "";
  display: block;
  clear: both;
}

.works .see_more {
  max-width: 380px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.works_list {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

li.work {
  float: left;
  width: 33.33%;
  position: relative;
  margin-bottom: 50px;
  transition: all 0.5s 0s ease-out;
  overflow: hidden;
  z-index: 0;
}

li.work:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

li.work:hover .img_box img {
  transform: scale(1.05);
}

li.work .tag {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 5;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

li.work .graphic {
  background: #02126d;
}

li.work .web {
  background: #0D366E;
}

li.work a.link_work {
  transition: all 0.2s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work a.link_work:hover .title {
  color: #fff;
}

li.work a.link_work:hover .detail_box::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scaleX(1);
}

li.work .img_box {
  line-height: 0;
  overflow: hidden;
}

li.work .img_box img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work .detail_box {
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
}

li.work .detail_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111;
  z-index: 0;
  transition: all 0.4s 0s cubic-bezier(0.26, 0.45, 0.46, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: left top;
  transform: scaleX(0);
  z-index: 0;
}

li.work .title {
  font-size: 20px;
  position: relative;
  z-index: 2;
}

li.work .naiyou {
  font-size: 13px;
}

li.work .naiyou strong {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

.dance {
  width: 100%;
  background: #fff;
  position: relative;
  /* height: 589px; */
}

.dance .dance_m.pc_none {
  padding-top: 0px;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.dance .inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #02126d;
  height: 351px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  transition: all 1.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleY(0);
  transform-origin: center bottom;
}

.dance .inner.changed {
  transform: scaleY(1);
}

.dance .inner2 {
  width: 96%;
  max-width: 1500px;
  height: 503px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/home/sec5.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner2 .dance_m {
  font-family: "Work Sans", sans-serif;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  color: #02126d;
  padding-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.dance .inner2 .read {
  color: #fff;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.dance .inner2 .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner3 {
  position: relative;
  z-index: 2;
  top: -24px;
  background: #02126d;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 6% 4%;
  box-sizing: border-box;
}

.dance .inner3 .read {
  color: #000;
  margin-bottom: 20px;
}

.event {
  padding: 80px 0 90px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.event .event_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.event .event_ul {
  margin-bottom: 60px;
}

.event .event_ul::after {
  content: "";
  display: block;
  clear: both;
}

.event .event_ul li {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.5s 0s ease-out;
}

.event .event_ul li:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

.event .event_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li a:hover .img img {
  transform: scale(1.05);
}

.event .event_ul li a:hover .detail_area {
  background: #02126d;
  color: #000;
}

.event .event_ul li .img {
  line-height: 0;
  overflow: hidden;
}

.event .event_ul li .img img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.event .event_ul li .detail_area {
  padding: 4% 4%;
  box-sizing: border-box;
  transition: all 0.9s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li .date {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.event .event_ul li .title {
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.event .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.topics {
  padding: 80px 0 80px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.topics .topics_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
}

.topics .topics_ul {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 60px;
}

.topics .topics_ul::after {
  content: "";
  display: block;
  clear: both;
}

.topics .topics_ul li {
  width: 22%;
  margin-left: 2%;
  background: #fff;
  box-sizing: border-box;
  display: -moz-inline-box;
  display: inline-block !important;
  text-align: left;
}

.topics .topics_ul li:first-child {
  margin-left: 0px;
}

.topics .topics_ul li a {
  display: block;
  padding: 15px;
  border: 4px solid #fff;
  transition: all 0.5s 0s cubic-bezier(0.245, 0.045, 0.355, 1);
}

.topics .topics_ul li a:hover {
  border: 4px solid #000;
}

.topics .topics_ul li .title {
  font-weight: normal;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.topics .topics_ul li .date {
  text-align: right;
  padding-top: 20px;
  font-weight: bold;
}

.topics .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

/* detail.scss
--------------------------------------------------------------------------------------- */
#works_single {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 4%;
  box-sizing: border-box;
}

#works_single .mm {
  font-size: 32px;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

#works_single .url {
  font-size: 16px;
  margin-bottom: 30px;
}

#works_single .url a {
  background: url("../img/common/out_linkj.svg") no-repeat right center;
  background-size: 14px auto;
  padding-right: 25px;
  transition: all .3s;
}

#works_single .url a:hover {
  color: #2ecc71;
}

#works_single .post_img {
  margin-bottom: 50px;
}

#works_single .post {
  padding-top: 30px;
}

#works_single .post h3 {
  padding-left: 20px;
  border-left: 2px solid #02126d;
  font-size: 20px;
  margin-bottom: 25px;
}

#works_single .post p {
  margin-bottom: 20px;
  line-height: 2.2;
}

#works_single .credit {
  width: 100%;
}

#works_single .credit .m {
  font-size: 30px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

#works_single .credit .tb10 th, #works_single #works_single .credit .tb10 td {
  padding: 5px;
}

#works_single .credit .tb10 th {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  body {
    font-size: 15px;
  }

  .catch {
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    /* text-align: center; */
    /* position: relative; */
  }
  
/*   .concept .catch {
    font-size: 2rem;
    margin: 0 auto;
    color: #ddd;
    text-align: center;
  } */

  .catch p {
  }


  .concept .catch2 {
    font-size: 35px;
  }

  #web_nav ul li {
    font-size: 13px;
  }
  #rec1 .en_rubi {
    font-size: 80px;
  }
  #rec1 .blockL {
    padding: 160px 0px 60px 60px;
    width: 88%;
  }
  #rec1 .blockL .inner {
    width: 70%;
  }
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 15px;
  }
  .concept .catch {
    /* padding-left: 40px; */
  }
  .concept .lead_area {
    padding: 30px 20px 0 20px;
  }

  .event .event_ul li {
    width: 50%;
    margin-bottom: 50px;
  }
  .event .event_ul li .img {
    text-align: center;
  }
  #web_nav ul li {
    width: 33%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #web_nav ul li:nth-child(4) a {
    border: none;
  }
  #web_nav ul li a {
    padding: 0px 10px;
  }

  #rec1 figure {
    left: 55%;
    width: 45%;
    top: 38%;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 15px;
  }
  .header.scroll .logo, .header.scroll2 .logo {
    padding: 25px 0 0 25px;
  }
  .header.scroll .gnav ul, .header.scroll2 .gnav ul {
    padding: 0 75px 0 0px;
  }

  .header.scroll .gnav ul li ul, .header.scroll2 .gnav ul li ul {
    padding: 0 20px 0 0px;
  }

  
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    /* padding-left: 40px; */
  }
  .header.scroll .gnav ul li a, .header.scroll2 .gnav ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 25px;
  }


  .header.scroll .gnav ul li ul li a, .header.scroll2 .gnav ul li ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 15px;
  }
  
  .header.scroll .switchWrap, .header.scroll2 .switchWrap {
    width: 60px;
    height: 60px;
  }
  .header.scroll .switch__line, .header.scroll2 .switch__line {
    width: 28px;
  }




  
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  .see_more {
    padding: 20px 10px;
  }
  h1.logo {
    top: 25px;
  }
  .header .logo {
    padding: 25px 0 0 25px;
  }
  .gnav ul {
    padding: 0 75px 0 0px;
  }
  .gnav ul li:nth-child(2) {
    /* display: none; */
  }
  .gnav ul li:first-child a {
    padding-left: 50px;
  }
  .gnav ul li a {
    font-size: 18px;
    height: 75px;
    padding: 0px 25px;
  }
  .gnav .switchWrap {
    width: 75px;
    height: 75px;
  }
  .gnav .switch__line {
    width: 28px;
  }
  #footer .inner .block_R {
    /* max-width: 475px; */
    width: 50%;
  }
  #footer .inner .block_R .tel_block {
    width: 42%;
  }
  #footer .inner .block_R .tel_block .tel .time_span {
    display: none;
  }
  #footer .inner .block_R .contact_link {
    width: 55%;
  }

  .concept {
    margin-bottom: 70px;
  }
  .concept .catch {
    font-size: 90px;
  }
  .concept .catch2 {
    font-size: 30px;
  }
  .concept .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

　.staff_top {
    margin-bottom: 70px;
  }
  .staff_top .catch {
    font-size: 90px;
  }
  .staff_top .catch2 {
    font-size: 30px;
  }
  .staff_top .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }


  .works {
    padding: 50px 0 80px;
  }
  .works .see_more {
    max-width: 280px;
  }
  li.work {
    width: 50%;
  }
  li.work .img_box {
    margin-bottom: 5px;
  }
  li.work .title {
    font-size: 17px;
  }
  .topics {
    padding: 30px 0 50px;
  }
  .topics .topics_m {
    margin-bottom: 20px;
  }
  .topics .topics_ul {
    margin-bottom: 20px;
  }
  .topics .topics_ul li {
    width: 46%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .topics .topics_ul li a {
    padding: 10px;
  }
  .topics .topics_ul li .title {
    padding-bottom: 15px;
  }
  .topics .topics_ul li .date {
    padding-top: 10px;
  }
  .topics .see_more {
    max-width: 280px;
  }
  .about1 .table_area .left_block, .about1 .table_area .right_block {
    width: 100%;
    float: none;
  }
  .about3 .inner .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .about3 .inner .lead1 {
    float: none;
    width: 100%;
  }
  .about3 .slick-arrow {
    padding: 15px;
  }
  .about3 .slick-prev::before, .about3 .slick-next::before {
    font-size: 15px;
    width: 15px;
    height: 15px;
  }
  .about3 .slick-prev {
    left: 10px;
  }
  .about3 .slick-next {
    right: 10px;
  }
  #graphic .works_list .work {
    width: 46%;
  }
  .works .works_link {
    font-size: 25px;
  }
  .web_list, .graphic_list {
    width: 100%;
  }
  .web_list {
    margin-bottom: 80px;
  }
  .web_list li:nth-child(odd) {
    border-left: 2px solid #fff;
  }
  .web_line_up .read1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .web_line_up #sec1 .read2 {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .web_line_up #sec1 .lineup_img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .web_line_up #sec1 .wrap2 {
    padding: 4%;
  }
  .web_line_up #sec1 .wrap2 .point4 {
    float: none;
    width: 100%;
    margin-bottom: 40px !important;
    padding-right: 0 !important;
  }
  .web_line_up #sec5 .m {
    font-size: 45px;
  }
  #rec1 .w1500 {
    padding: 150px 0% 50px;
  }
  #rec1 .m2 {
    left: 0px;
    width: 100%;
    text-align: center;
  }
  #rec1 .en_rubi {
    font-size: 70px;
  }
  #rec1 .blockL {
    width: 100%;
    padding: 125px 4% 40px;
    text-align: center;
  }
  #rec1 .blockL .inner {
    float: none;
    width: 100%;
  }
  #rec1 .blockL .catch {
    font-size: 30px;
  }
  #rec1 .blockL .see_more {
    margin-right: auto;
    margin-left: auto;
  }
  #rec1 figure {
    display: none;
  }
  .seido_list li {
    width: 46%;
    margin: 0 2% 20px;
  }
  #rec3 .block {
    width: 100%;
    left: 0%;
    margin: 0 auto;
    opacity: 0.8;
    padding: 50px 6%;
  }
  #rec5 .flow_1 .box::before {
    right: -8%;
  }
  #rec7 .see_more {
    width: 92%;
  }
  #rec7 .see_more span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  h1.logo {
    top: 20px;
    width: 55%;
    left: 3%;
    z-index: 20;
  }
  h1.logo a {
    left: 0%;
  }
  .header .logo {
    padding: 25px 0 0 15px;
  }
  .gnav ul {
    display: none;
  }
  .close_menu ul li {
    /* margin-bottom: 18px; */
  }
  .close_menu a {
    font-size: 24px;
  }
  #footer .inner {
    padding: 35px 20px;
  }
  #footer .inner .block_L {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .inner .block_L .logo img {
    width: 180px;
  }
  #footer .inner .block_R {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  #footer .inner .block_R .tel_block {
    max-width: 100%;
    float: none;
    width: 100%;
  }
  #footer .inner .block_R .tel_block .read_1 {
    display: none;
  }
  #footer .inner .block_R .tel_block .tel {
    margin-bottom: 20px;
  }
  #footer .inner .block_R .contact_link {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }


  
  .concept .inner {
    height: 350px;
  }
  .concept .catch {
    font-size: 45px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 25px;
  }
  .concept .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .concept .catch2 {
    margin-bottom: 20px;
  }
  .concept .lead {
    text-align: justify;
  }
  .concept .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .concept .img_area img {
    display: block;
  }

　.staff_top .inner {
    height: auto;
  }
  .staff_top .catch {
    font-size: 3rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
  }
  .staff_top .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .staff_top .catch2 {
    margin-bottom: 20px;
  }
  .staff_top .lead {
    text-align: justify;
  }
  .staff_top .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .staff_top .img_area img {
    display: block;
  }


  
  .works .m {
    font-size: 50px;
  }
  .works .read {
    margin-bottom: 30px;
    padding: 0 4%;
  }
  li.work {
    width: 100%;
    margin-bottom: 30px;
  }
  li.work .tag {
    padding: 6px 20px;
  }
  li.work .title {
    font-size: 15px;
  }
  li.work .naiyou {
    font-size: 12px;
  }
  .dance {
    height: auto;
  }
  .dance .inner {
    height: auto;
  }
  .dance .inner2 {
    background: url(../img/home/sec5_sp.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 56.25%;
    height: auto;
  }
  .dance .inner2 .dance_m {
    font-size: 50px;
  }
  .dance .inner2 .read {
    padding: 0 20px;
    text-align: left;
  }
  .dance .inner2 .see_more {
    max-width: 280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .event {
    padding: 50px 0 50px;
  }
  .event .event_m {
    margin-bottom: 20px;
  }
  .event .event_ul {
    margin-bottom: 0px;
  }
  .event .event_ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .event .see_more {
    max-width: 280px;
  }
  .topics .topics_ul li {
    width: 96%;
  }
  .main_v_2nd {
    height: 300px;
  }
  .main_v_2nd .title_area {
    top: 35%;
    left: 20px;
    z-index: 1;
  }
  .main_v_2nd .en_title {
    font-size: 28px;
    line-height: 1;
  }
  .main_v_2nd .en_title .small {
    display: none;
  }
  .main_v_2nd .jp_title {
    font-size: 20px;
  }
  .no_main {
    padding: 100px 0 50px !important;
  }
  .no_main .m {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .no_main .m2_jp {
    font-size: 16px;
  }
  #company .main_v_2nd {
    background: url(../img/about/main_v_sp.jpg?20201216) no-repeat right center;
    background-size: cover;
  }
  .about1 {
    padding: 30px 10px 0px;
  }
  .about1 .title2 {
    font-size: 40px;
  }
  .about1 .table_area .tb1 {
    border-spacing: 8px 0px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    padding: 20px 0 10px;
  }
  .about2 {
    padding: 30px 10px 20px;
  }
  .about2 .lead1 {
    text-align: left;
    padding: 20px 15px 0;
    line-height: 1.8;
  }
  .about3 .inner h3 {
    font-size: 22px;
    padding: 0 4%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .about3 .autoplay {
    margin-bottom: 30px !important;
  }
  #graphic .works_list .work {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .pager {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .pager__buttons__button {
    font-size: 16px;
  }
  .pager__list {
    position: static;
    margin-top: 0;
    transform: none;
  }
  .pager__list a {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
  }
  .works .works_link {
    padding: 15px 15px;
    font-size: 18px;
  }
  .works .works_link span.en {
    display: none;
  }
  .works .works_link::before {
    width: 20px;
    height: 20px;
  }
  #contact .main_v_2nd {
    background: url(../img/contact/main_v_sp.jpg?20201216) no-repeat center center;
    background-size: cover;
  }
  .contact1 {
    padding: 30px 4%;
  }
  .contact1.no_main {
    padding: 80px 0 40px !important;
  }
  .contact1 .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact1 .step_ul li:nth-child(n+2)::before {
    width: 3px;
    margin: 0 4%;
  }
  .contact2 .f_set {
    padding: 28px 4% 0;
  }
  .contact2 textarea {
    height: 150px;
  }
  .checkbox {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 48px;
  }
  label {
    padding: 0px 50px;
    line-height: 48px;
  }
  .box_outline {
    top: 12px;
    width: 22px;
    height: 22px;
  }
  .contact__form__policy {
    padding: 20px 0;
  }
  .submit_policy label {
    width: 100%;
    max-width: 460px;
    padding: 0 0px 0 70px;
    font-size: 13px;
  }
  .button_submit {
    width: 82%;
    padding: 20px 0;
  }
  .confirm .f_set {
    padding: 4%;
  }
  #privacy .container {
    padding: 40px 4% 0;
  }
  .container section {
    padding-top: 35px;
  }
  #web_nav ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  #web_nav ul li a {
    border-left: none;
  }
  #web_nav ul li a {
    padding: 0px 10px 10px;
    border-bottom: 1px dotted #ccc;
  }
  #web_nav ul li a span {
    padding-left: 25px;
  }
 
  #dance .main_v_2nd {
    background: url(../img/dance/main_v_sp.jpg?20201216) no-repeat right center;
    background-size: cover;
  }
  #dance .main_v_2nd #catch {
    padding: 0 4%;
    box-sizing: border-box;
  }
  #rec1 .w1500 {
    padding: 130px 0% 50px;
  }
  #rec1 .m2 {
    font-size: 18px;
  }
  #rec1 .en_rubi {
    font-size: 38px;
    padding-top: 20px;
  }
  #rec1 .blockL {
    padding: 75px 4% 40px;
  }
  #rec1 .blockL .catch {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #rec1 .blockL .read {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 30px;
  }
  .m2_rec {
    font-size: 45px;
  }
  #rec2 {
    padding-top: 20px;
  }
  .seido_list li {
    width: 48%;
    margin: 0 1% 20px;
    padding: 4%;
  }
  .seido_list .icon {
    width: 44px;
    height: 42px;
  }
  .seido_list .m3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #rec3 .block .m3 {
    font-size: 25px;
  }
  #rec4 {
    padding: 50px 0;
  }
  #rec4 .link_h3, #rec4 .link_h3_off {
    font-size: 18px;
  }
  #rec4 .link_h3 .em1, #rec4 .link_h3_off .em1 {
    display: none;
  }
  #rec4 .link_h3_off .em2 {
    font-size: 14px;
    margin-left: 0px;
    display: block;
  }
  #rec5 {
    margin-bottom: 60px;
  }
  #rec5 .flow_1 {
    width: 50%;
    padding: 10px 5px;
  }
  #rec5 .flow_1 .box {
    max-width: 100%;
    padding: 12px 5px;
  }
  #rec5 .flow_1 .box::before {
    display: none;
  }
  #rec7 {
    background: url("../img/dance/sec7_bg_sp.jpg") no-repeat left center;
  }
  #rec7 .catch {
    width: 80%;
    box-sizing: border-box;
  }
  #works_single .mm {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
  .header .logo {
    width: 60%;
  }
  #footer .copyright .footer__copy {
    width: 100%;
  }
  .about1 .title2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    display: block;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .about1 .table_area .tb1 th {
    border: none;
    padding: 20px 0 0px;
  }
  .about1 .table_area .tb1 td {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 10px;
  }
  .about3 .inner h3 {
    text-align: left;
    font-size: 18px;
  }
  .about3 .inner .lead1 {
    text-align: left;
    line-height: 2;
  }
}

@media screen and (max-width: 640px) and (orientation: portrait) {
  body {
    font-size: 15px;
  }
  .main_v .copy_area .en_copy {
    font-size: 38px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .main_v .copy_area .jp_copy {
    padding-top: 20px;
    line-height: 1.8;
  }

}





@media screen and (max-width: 500px) {
 
.concept .catch {

    padding: 50px 0 50px 0;

}


  .concept .catch2 {
    font-size: 25px;
  }

  .concept {
    margin-bottom: 20px;
  }
  .staff_top .catch {
    /* font-size: 30px; */
    /* box-sizing: border-box; */
    /* width: 100%; */
    /* padding: 0 4%; */
    /* margin-bottom: 25px; */
    /* text-align: center; */
    font-size: calc( 2.133rem + 8 * (100vw - 400px) / 240 );
  }

 .staff_top .catch2 {
    font-size: 20px;
  }

  .dance {
    height: auto;
  }
  #footer .inner {
    padding: 35px 10px;
  }

  
}





@media screen and (min-width: 1920px) {
  h1.logo {
    left: calc((100% - 1850px)/2);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    padding-left: 50px;
  }
}



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

.close_menu {
    transition: all 0.3s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.close_menu ul {
  width: 100%;
}

.close_menu a {
  font-size: 18px;
}

}



.link_st01 a{color:#c81f1f;border-bottom: 1px solid #c81f1f;}
.link_st01 a:hover{color:#888787;border-bottom:1px dashed #888787}

/* **************** 2020.10.16 *** */

/* *** footer menu-fit *** */

.menu-fit {
  display: none;
}

@media(max-width: 769px) {

  .menu-fit {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px 5px;
    background: rgba(255, 255, 255, .8);
    z-index: 3;
  }

  .menu-fit__wrap {
    display: flex;
    width: 98%;
    margin: 0 auto;
  }

  .menu-fit__btn {
    width: calc(100% / 2);
    margin: 5px;
    padding: 0 5px;
    background:  #EB2A64;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }

  .menu-fit__txt {
    font-weight: bold;
  }
}

/* ----- ヘッダー固定ボタン --- */

.lock__btn {
  display: none;
}

@media(max-width: 769px) {
  
  .lock__btn {
    display: block;
    position: relative;
  }

  .lock__inner {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 10;
  }

  .lock__box {
    padding: 10px 30px 10px 10px;
    background: #EB2A64;
    border-radius: 5px 0 0 5px;
  }

  .lock__box:first-child {
    margin-bottom: 10px;
  }

  .lock__item {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/* ----- スケジュールページ：改行スマホのみ --- */

.pc-none {
  display: none;
}

@media(max-width: 499px) {
  .pc-none {
    display: block;
  }
}

/* ----- チーム概要：リンク色 --- */

.link__ground a {
  color: #EB2A64;
}

/* ----- TOPページ：ブログアイコン用 --- */

.blog__icon img {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}

.sns__header {
  margin-bottom: 10px;
}



.txt_c{text-align:center}
.txt_l{text-align:left}
.txt_r{text-align:right}



.border_span{
	border-bottom: 2px solid #de1515;
}

.weight6_span{
	font-weight:600;
}

.color_red{color:#de1515}
.color_green{color:#067f4e}
.color_blue{color:#067be0}
.color_violet{color:#9f15b7}

.color_red a{color:#de1515;border-bottom:1px solid #de1515}
.color_green a{color:#067f4e;border-bottom:1px solid #067f4e}
.color_blue a{color:#067be0;border-bottom:1px solid #067be0}

.color_red a:hover{color:#c35353;border-bottom:1px dashed #de1515}
.color_green a:hover{color:#21a771;border-bottom:1px dashed #067f4e}
.color_blue a:hover{color:#3b99ea;border-bottom:1px dashed #067be0}

.txt_00{font-size:13px}
.txt_01{font-size:15px}
.txt_02{font-size:16px}
.txt_03{font-size:17px}
.txt_04{font-size:18px}
.txt_05{font-size:19px}
.txt_06{font-size:20px}
.txt_07{font-size:22px}

.pd-top_01{padding-top:5px}
.pd-top_02{padding-top:10px}
.pd-top_03{padding-top:15px}
.pd-top_04{padding-top:20px}
.pd-top_05{padding-top:25px}

.pd-left_01{padding-left:1em}
.pd-left_02{padding-left:2em}
.pd-left_03{padding-left:3em}
.pd-left_04{padding-left:4em}
.pd-left_05{padding-left:5em}


.line-b-gray_01{border-bottom:1px solid #ddd}
.line-b-gray_02{border-bottom:1px dashed #ddd}
.line-b-red_01{border-bottom:1px solid #de1515}
.line-b-red_02{border-bottom:1px dashed #de1515}


.f_weight_400{font-weight:400;}
.f_weight_500{font-weight:500;}
.f_weight_600{font-weight:600;}
.f_weight_700{font-weight:700;}



.bborder-none {
  border-bottom: none;
}

.bborder-inner
 {
  border-bottom: 1px solid #394063;
}


  

/*　改行_4
---------------------------------------------------------------------------------------*/
.ifSp{display:none;} 
/* .ifSp_txt{display:none;}  */
@media screen and (max-width: 500px) {
  .ifSp{display:block;} 
  .ifSp_txt{display:none;} 
} 

/*　表示
---------------------------------------------------------------------------------------*/
.ifPc{display:block;} 
/* .ifSp_txt{display:none;}  */
@media screen and (max-width: 500px) {
  .ifPc{display:none;} 
} 



/*　フォント太さ
---------------------------------------------------------------------------------------*/

.txt_bold_4{font-weight:400;}
.txt_bold_5{font-weight:500;}
.txt_bold_6{font-weight:600;}


/*　フォントサイズ
---------------------------------------------------------------------------------------*/

.txt_size_1{font-size:1.5em;}
.txt_size_2{font-size: 2.0em;}
.txt_size_3{font-size:2.5em;}

@media screen and (max-width: 500px) {
  .txt_size_1{font-size:1em;}
  .txt_size_2{font-size: 1.2em;}
  .txt_size_3{font-size:1.5em;}
} 





/*　グラデーション文字
---------------------------------------------------------------------------------------*/

.txt_style01{
  color: #FF7C00;
  background: -webkit-linear-gradient(top, #d26c00 0%, #FFA73D 30%, #ea7303 51%, #FF5722 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  	text-shadow:0 0 1px #ea7303,0 0 1px #ea7303,0 0 1px #FF5722,
}


.txt_style02{
  color: #DA8E00;
  background: -webkit-linear-gradient(-45deg, #F7DE05, #DA8E00, #EDAC06, #F7DE05, #ECB802, #DAAF08, #B67B03, #DA8E00, #EDAC06, #F7DE05, #ECB802, #EDAC06);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} 



/*　noto serif font
---------------------------------------------------------------------------------------*/
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf") format("opentype");
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf") format("opentype");
}

/*　img のリンク　マウスオーバー
--------------------------------------------------------------------------------------- */
/*　common.scss
--------------------------------------------------------------------------------------- */
body {
  font-size: 15px;
  /* font-family: "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic"; */
/* font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; */
font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.pc_none {
  display: none;
}

a.link_text {
  position: relative;
  display: inline-block;
  transition: .3s;
}

a.link_text::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}

.link_text_black.link_text::after {
  background-color: #000 !important;
}

a.link_text:hover::after {
  width: 100%;
}

.see_more {
  display: block;
  background: #000;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  padding: 30px 10px;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  font-size: 13px;
  position: relative;
  border: 2px solid #000;
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.see_more:hover {
  color: #000;
}

.see_more:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  background: #fff;
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform-origin: left top;
  transform: scaleX(0);
}

.see_more:hover:after {
  transform: scaleX(1);
}

.see_more span {
  position: relative;
  z-index: 5;
  width: 100%;
  display: inline-block;
}

.arrow_right span::before,
.arrow_right span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  transition: all 950ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.arrow_right span::before {
  width: 14px;
  height: 2px;
  background: #02126d;
  background: #000000;
}

.arrow_right span::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid #02126d;
  border-right: 2px solid #02126d;
  transform: rotate(45deg);
}

.see_more:hover span::before {
  background: #000;
}

.see_more:hover span::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

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

@-webkit-keyframes slide_line {
  0% {
    transform-origin: left center;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left center;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right center;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right center;
    transform: scaleX(0);
  }
}




/* main_v
--------------------------------------------------------- */
/* .main_v {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
  position: relative;

} */



#nav-sp .gnavi {
    width: 100%;
    position: absolute;
    top: 10px;
    text-align: left;
    z-index: 1;
    padding-right: 70px;
    padding-left: 30px;
}
#nav-sp .gnavi ul {
    text-align: right;

}
#nav-sp .gnavi ul li.navi-logo {
}
#nav-sp .gnavi li.navi-logo img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}
#nav-sp .gnavi li.navi-menu {
    display: block;
    font-size: 16px;
    font-size: 1.5rem;
    border-bottom: 1px dashed #626262;

}
#nav-sp .gnavi li.navi-menu.last { /*border-bottom: 1px solid #e5e5e5;*/
}
#nav-sp .gnavi li.navi-backnumber {
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: none;
    margin-top: 10px;
}
#nav-sp .gnavi li.navi-backnumber img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
}
#nav-sp .navi-menu > a {
    display: block;
    /* height: 60px; */
    /* line-height: 60px; */
    font-size: 18px;
}
#nav-sp .navi-menu > a:after {
    display: none !important;
}
#nav-sp .sns {
    margin-top: 10px;
}
#nav-sp .sns li {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
#nav-sp .sns li img {
    width: 24px;
    height: 24px;
    vertical-align: top;
}



   
   
   
   .accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0 0.625em 0 2em;
  /* background-color: #000; */
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-top: 1px dashed #f2f2f2;
  line-height: 45px;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #ffffff;
  color: #000;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*ç¸¦ç·šã«*/
  transform: rotate(90deg);
  background: #646464;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*æ¨ªç·š*/
  width: 15px;
  height: 2px;
  background: #2d2d2d;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  padding: 0 1.1em;
  /* border: 1px solid #0079c1; */
}

/* CSS for CodePen */
.accordion-container {
  margin: 0 auto;
}

ul { list-style: none; }
a { text-decoration: none; color: black;}
/* body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
} */
   
   
ul { list-style: none; }
a { text-decoration: none; color: black;}
/* body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
} */



/* #footer _1 */
#footer {
  width: 100%;
  background: #02126d;
  color: #fff;
}

#footer .inner {
  max-width: 1200px;
  /* width: 100%; */
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding: 35px 20px 35px;
  /* border-bottom: 1px solid #394063; */
}



#footer .inner::after {
  content: "";
  display: block;
  clear: both;
}

#footer .inner .block_L {
  float: left;
  width: 50%;
  padding-left: 10%;
}

#footer .inner .block_L .logo {
  margin-bottom: 20px;
  text-align: left;
}

#footer .inner .block_L .logo img{
  width: 200px;
  text-align: left;
  margin:0;
}



#footer .inner .block_L .tel_block {
  /* float: left; */
  /* max-width: 618px; */
  /* width: 52%; */
  margin: 0 auto;
  text-align: left;
}


#footer .inner .block_L .tel_block p {
  font-size:13px;
}


#footer .inner .block_L .tel_block .read_1 {
  margin-bottom: 5px;
}

#footer .inner .block_L .tel_block .tel {
  /* font-family: "Work Sans", sans-serif; */
  /* font-size: 12px; */
  letter-spacing: 0.07em;
  display: inline;
  font-size: 18px;
}

#footer .inner .block_L .tel_block .tel a {
  color: #fff;
}



.icon_phone:before {position:absolute;top:0;left:0;right:0;bottom:0;font-family: 'FontAwesome';content:"\f106";font-size: 30px;line-height:58px;}




#footer .inner .block_L .tel_block .tel .phone_span {
  display: inline-block;
  font-weight: 500;
  /* font-size: 21px; */
  margin-right: 5px;
  /* background: url(../img/common/icon_phone.svg) no-repeat left center; */
  /* padding-left: 25px; */
}





#footer .inner .block_R {
  /* float: right; */
  width: 100%;
  max-width: 1200px;
  /* padding-top: 40px; */
}

#footer .inner .block_R::after {
  content: "";
  display: block;
  clear: both;
}

#footer .inner .block_R .tel_block {
  float: left;
  max-width: 618px;
  width: 52%;
  border-left: 1px solid #424242;
}

#footer .inner .block_R .tel_block .read_1 {
  margin-bottom: 5px;
}

#footer .inner .block_R .tel_block .tel {
  font-family: "Work Sans", sans-serif;
  font-size: 13px;
  letter-spacing: 0.07em;
}

#footer .inner .block_R .tel_block .tel a {
  color: #fff;
}

#footer .inner .block_R .tel_block .tel .tel_span {
  display: inline-block;
  font-weight: 500;
  font-size: 21px;
  margin-right: 5px;
  background: url(../img/common/footer_tel_icon.png) no-repeat left center;
  padding-left: 25px;
}

#footer .inner .block_R .contact_link {
  display: block;
  background: #02126d;
  border: 2px solid #02126d;
  transition: all 0.5s 0s ease;
  padding: 20px 30px;
  box-sizing: border-box;
  font-weight: bold;
  float: right;
  width: 46%;
  text-align: center;
  max-width: 280px;
  font-size: 14px;
}

#footer .inner .block_R .contact_link:hover {
  background: #fff;
}

#footer .inner .block_R .contact_link span {
  display: inline-block;
  background: url(../img/common/footer_contact_icon.png) no-repeat left center;
  padding-left: 30px;
  letter-spacing: 0.1em;
}







/* ----- .inner ----- */ 
#footer .inner2 {padding:50px 0;margin:0 5%;/* background:#fefefe; */}

/* ----- .infoArea ----- */ 
#footer .infoArea {font-size:0;z-index:2;/* position:relative; */}

/* ----- .infoBox ----- */ 
#footer .infoBox {display:inline-block;margin:0;/* width: 48%; */flex: 0 0 48%;padding:5px 2.5%;/* position: relative; */z-index:0;}
#footer .infoBox:after {position:absolute;top:0;right:0;bottom:0;width:0;content:"";border-right: #505050 1px solid;z-index:0;}
#footer .infoBox:last-child:after { display:none;}

#footer .infoBox .linkArea {margin-top:10px;/* text-align: center; */}
#footer .infoBox .linkArea .btnGoogle {display: inline-block;padding: 0 20px 0 30px;margin:0;font-size: 11px;text-decoration: none;text-align:center;line-height: 30px;letter-spacing: 1px;position: relative;color: #02126d;background:#fefefe;border: #02126d 1px solid;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 5px;max-width:100%;}
#footer .infoBox .linkArea .btnGoogle:after {font-family: 'themify';content: "\e693";font-size: 13px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;left: 10px;z-index: 1;line-height: 30px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;color: #02126d;}
#footer .infoBox .linkArea .btnGoogle:hover { color:#333; background:#02126d; color: #fff; border:#999 1px solid;border:#999 1px solid; }

#footer .infoBox .linkArea .btnGoogle a{color:#02126d}






footer a {
  color: #fff;
}

#footer .inner:after:last-child {
  
}

}


.staff_top {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  margin-top: 140px;
  padding: 0 70px;
  background: url(../img/home/about.jpg) no-repeat center right;
}

.staff_top .inner {
  position: relative;
  width: 100%;
  height: 500px;
}

.staff_top .inner::after {
  content: "";
  display: block;
  clear: both;
}

.staff_top .catch {
  font-size: 4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-top: 80px;
  padding-left: 80px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.staff_top .lead_area {
  width: 40%;
  box-sizing: border-box;
  padding: 0 20px 0 80px;
}

.staff_top .catch2 {
  font-size: 30px;
  margin-bottom: 50px;
}

.staff_top .lead {
  font-size: 17px;
  line-height: 2.2;
  font-weight: bold;
}

.staff_top .img_area {
  /* width: 60%; */
  /* height: 500px; */
  /* overflow-x: hidden; */
  background: url(../img/home/staff.jpg) no-repeat center right;
  /* background-size: cover; */
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* top: 0; */
  /* right: 0; */
  /* bottom: auto; */
  /* left: auto; */
  z-index: 2000;
  opacity: 1;
  /* transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.staff_top .img_area:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #F9F9F9;
  z-index: 1;
  transition: all 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right top;
}

.staff_top .img_area img {
  display: none;
}

.staff_top .img_area.changed:after {
  left: 2000px;
  transform: scaleX(0);
}


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

.staff_top {
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

}


.works {
  padding: 90px 0 120px;
  background: #fff;
}

.works .m {
  font-size: 70px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.works .read {
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
  box-sizing: border-box;
}

.works .works_list::after {
  content: "";
  display: block;
  clear: both;
}

.works .see_more {
  max-width: 380px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.works_list {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

li.work {
  float: left;
  width: 33.33%;
  position: relative;
  margin-bottom: 50px;
  transition: all 0.5s 0s ease-out;
  overflow: hidden;
  z-index: 0;
}

li.work:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

li.work:hover .img_box img {
  transform: scale(1.05);
}

li.work .tag {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 5;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

li.work .graphic {
  background: #02126d;
}

li.work .web {
  background: #0D366E;
}

li.work a.link_work {
  transition: all 0.2s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work a.link_work:hover .title {
  color: #fff;
}

li.work a.link_work:hover .detail_box::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scaleX(1);
}

li.work .img_box {
  line-height: 0;
  overflow: hidden;
}

li.work .img_box img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work .detail_box {
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
}

li.work .detail_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111;
  z-index: 0;
  transition: all 0.4s 0s cubic-bezier(0.26, 0.45, 0.46, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: left top;
  transform: scaleX(0);
  z-index: 0;
}

li.work .title {
  font-size: 20px;
  position: relative;
  z-index: 2;
}

li.work .naiyou {
  font-size: 13px;
}

li.work .naiyou strong {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

.dance {
  width: 100%;
  background: #fff;
  position: relative;
  /* height: 589px; */
}

.dance .dance_m.pc_none {
  padding-top: 0px;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.dance .inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #02126d;
  height: 351px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  transition: all 1.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleY(0);
  transform-origin: center bottom;
}

.dance .inner.changed {
  transform: scaleY(1);
}

.dance .inner2 {
  width: 96%;
  max-width: 1500px;
  height: 503px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/home/sec5.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner2 .dance_m {
  font-family: "Work Sans", sans-serif;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  color: #02126d;
  padding-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.dance .inner2 .read {
  color: #fff;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.dance .inner2 .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner3 {
  position: relative;
  z-index: 2;
  top: -24px;
  background: #02126d;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 6% 4%;
  box-sizing: border-box;
}

.dance .inner3 .read {
  color: #000;
  margin-bottom: 20px;
}

.event {
  padding: 80px 0 90px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.event .event_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.event .event_ul {
  margin-bottom: 60px;
}

.event .event_ul::after {
  content: "";
  display: block;
  clear: both;
}

.event .event_ul li {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.5s 0s ease-out;
}

.event .event_ul li:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

.event .event_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li a:hover .img img {
  transform: scale(1.05);
}

.event .event_ul li a:hover .detail_area {
  background: #02126d;
  color: #000;
}

.event .event_ul li .img {
  line-height: 0;
  overflow: hidden;
}

.event .event_ul li .img img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.event .event_ul li .detail_area {
  padding: 4% 4%;
  box-sizing: border-box;
  transition: all 0.9s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li .date {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.event .event_ul li .title {
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.event .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.topics {
  padding: 80px 0 80px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.topics .topics_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
}

.topics .topics_ul {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 60px;
}

.topics .topics_ul::after {
  content: "";
  display: block;
  clear: both;
}

.topics .topics_ul li {
  width: 22%;
  margin-left: 2%;
  background: #fff;
  box-sizing: border-box;
  display: -moz-inline-box;
  display: inline-block !important;
  text-align: left;
}

.topics .topics_ul li:first-child {
  margin-left: 0px;
}

.topics .topics_ul li a {
  display: block;
  padding: 15px;
  border: 4px solid #fff;
  transition: all 0.5s 0s cubic-bezier(0.245, 0.045, 0.355, 1);
}

.topics .topics_ul li a:hover {
  border: 4px solid #000;
}

.topics .topics_ul li .title {
  font-weight: normal;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.topics .topics_ul li .date {
  text-align: right;
  padding-top: 20px;
  font-weight: bold;
}

.topics .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}




/* dance.scss_消さない
--------------------------------------------------------------------------------------- */
#dance .main_v_2nd {
  background: url(../img/dance/main_v.jpg) no-repeat center center;
  height: 100vh;
  background-size: cover;
}

#dance .main_v_2nd #catch {
  width: 100%;
  position: absolute;
  top: 40%;
  text-align: center;
}

#rec1 {
  position: relative;
  box-sizing: border-box;
}

#rec1 .w1500 {
  max-width: 1500px;
  padding: 180px 0% 50px;
  width: 92%;
  margin: 0 auto 0;
  position: relative;
}

#rec1 .m2 {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: normal;
  position: absolute;
  top: 35px;
  left: 90px;
}

#rec1 .en_rubi {
  display: block;
  font-size: 90px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

#rec1 .blockL {
  background: #02126d;
  padding: 160px 0px 60px 90px;
  box-sizing: border-box;
  width: 74%;
}

#rec1 .blockL::after {
  content: "";
  display: block;
  clear: both;
}

#rec1 .blockL .inner {
  position: relative;
  width: 65%;
  float: left;
}

#rec1 .blockL .catch {
  font-size: 40px;
  margin-bottom: 35px;
  font-weight: bold;
}

#rec1 .blockL .read {
  line-height: 2;
  margin-bottom: 60px;
}

#rec1 .blockL .see_more {
  width: 70%;
}

#rec1 figure {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 50%;
}

.m2_rec {
  font-size: 60px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.m2_rec span {
  display: block;
  font-family: jp_font;
  font-size: 17px;
}

.w1000_rec {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#rec2 {
  padding-top: 110px;
  margin-bottom: 40px;
}

.seido_list {
  width: 100%;
}

.seido_list::after {
  content: "";
  display: block;
  clear: both;
}

.seido_list li {
  float: left;
  width: 30%;
  margin-left: 3%;
  background: #eee;
  text-align: center;
  border-top: 7px solid #000;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.seido_list .icon {
  width: 88px;
  height: 84px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../img/dance/icon1.png");
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 20px;
}

.seido_list .icon2 {
  background-image: url("../img/dance/icon2.png");
}

.seido_list .icon3 {
  background-image: url("../img/dance/icon3.png");
}

.seido_list .icon4 {
  background-image: url("../img/dance/icon4.png");
}

.seido_list .icon5 {
  background-image: url("../img/dance/icon5.png");
}

.seido_list .icon6 {
  background-image: url("../img/dance/icon6.png");
}

.seido_list .m3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.seido_list .m3 span {
  font-size: 13px;
  display: block;
}

.seido_list .read3 {
  line-height: 2.2;
}

#rec3 {
  width: 100%;
  background: url("../img/dance/sec3_bg.jpg") no-repeat center center;
  padding: 60px 0;
}

#rec3 .block {
  max-width: 560px;
  width: 40%;
  background: #fff;
  padding: 50px 80px;
  box-sizing: border-box;
  position: relative;
  left: 55%;
  letter-spacing: 0.03em;
}

#rec3 .block .m3 {
  font-size: 40px;
  margin-bottom: 30px;
}

#rec3 .block .read4 {
  line-height: 2.2;
}

#rec4 {
  padding: 90px 0;
}

#rec4 .link_h3, #rec4 .link_h3_off {
  padding: 20px 4%;
  font-size: 23px;
  cursor: pointer;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#rec4 .link_h3 span, #rec4 .link_h3_off span {
  text-align: left;
}

#rec4 .link_h3 .em1, #rec4 .link_h3_off .em1 {
  margin-left: 20px;
  font-size: 14px;
}

#rec4 .link_h3_off {
  background: #333;
  cursor: default;
  color: #02126d;
}

#rec4 .link_h3_off span {
  opacity: 0.4;
  color: #fff;
}

#rec4 .link_h3_off .em2 {
  color: #02126d;
  letter-spacing: 0.04em;
  margin-left: 20px;
  font-size: 16px;
}

#rec4 .arrow_right span::before, #rec4 .arrow_right span::after {
  transition: all 250ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#rec4 .active span::before {
  display: none;
}

#rec4 .active span::after {
  transform: rotate(135deg);
}

#rec4 .tb_block {
  margin-bottom: 30px;
}

#rec4 .tb1 {
  width: 100%;
}

#rec4 .tb1 th, #rec4 .tb1 td {
  padding: 15px 20px;
  border-bottom: 6px solid #fff;
}

#rec4 .tb1 th {
  width: 30%;
  background: #eee;
}

#rec4 .tb1 td {
  background: #F9F9F9;
}

#rec5 {
  margin-bottom: 100px;
}

#rec5::after {
  content: "";
  display: block;
  clear: both;
}

#rec5 .flow_1 {
  width: 25%;
  float: left;
  padding: 10px 10px;
  box-sizing: border-box;
}

#rec5 .flow_1 .box {
  width: 100%;
  max-width: 200px;
  border: 2px solid #000;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  position: relative;
}

#rec5 .flow_1:last-of-type .box::before {
  display: none;
}

#rec5 .flow_1 .box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

#rec5 .flow_1 .no {
  font-family: "Work Sans", sans-serif;
  color: #02126d;
  font-size: 27px;
  margin-bottom: 15px;
}

#rec5 .flow_1 i {
  display: block;
  margin-bottom: 15px;
}

#rec6 {
  margin-bottom: 90px;
}

#rec6 .about3 {
  padding-bottom: 0;
}

#rec7 {
  background: url("../img/dance/sec7_bg.jpg") no-repeat center center;
  padding: 50px 4%;
  box-sizing: border-box;
}

#rec7 .catch {
  text-align: center;
  margin-bottom: 30px;
}

#rec7 .see_more {
  width: 30%;
  margin: 0 auto;
  background: #fff;
  color: #000;
}

#rec7 .see_more::after {
  background: #02126d;
}

#rec7 .see_more span {
  font-size: 18px;
}

#rec7 .see_more span::before {
  background: #000;
}

#rec7 .see_more span::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

/* detail.scss
--------------------------------------------------------------------------------------- */
#works_single {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 4%;
  box-sizing: border-box;
}

#works_single .mm {
  font-size: 32px;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

#works_single .url {
  font-size: 16px;
  margin-bottom: 30px;
}

#works_single .url a {
  background: url("../img/common/out_linkj.svg") no-repeat right center;
  background-size: 14px auto;
  padding-right: 25px;
  transition: all .3s;
}

#works_single .url a:hover {
  color: #2ecc71;
}

#works_single .post_img {
  margin-bottom: 50px;
}

#works_single .post {
  padding-top: 30px;
}

#works_single .post h3 {
  padding-left: 20px;
  border-left: 2px solid #02126d;
  font-size: 20px;
  margin-bottom: 25px;
}

#works_single .post p {
  margin-bottom: 20px;
  line-height: 2.2;
}

#works_single .credit {
  width: 100%;
}

#works_single .credit .m {
  font-size: 30px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

#works_single .credit .tb10 th, #works_single #works_single .credit .tb10 td {
  padding: 5px;
}

#works_single .credit .tb10 th {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  body {
    font-size: 15px;
  }

  .catch {
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    /* text-align: center; */
    /* position: relative; */
  }
  
/*   .concept .catch {
    font-size: 2rem;
    margin: 0 auto;
    color: #ddd;
    text-align: center;
  } */

  .catch p {
  }


  .concept .catch2 {
    font-size: 35px;
  }

  #web_nav ul li {
    font-size: 13px;
  }
  #rec1 .en_rubi {
    font-size: 80px;
  }
  #rec1 .blockL {
    padding: 160px 0px 60px 60px;
    width: 88%;
  }
  #rec1 .blockL .inner {
    width: 70%;
  }
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 15px;
  }
  .concept .catch {
    /* padding-left: 40px; */
  }
  .concept .lead_area {
    padding: 30px 20px 0 20px;
  }

  .event .event_ul li {
    width: 50%;
    margin-bottom: 50px;
  }
  .event .event_ul li .img {
    text-align: center;
  }
  #web_nav ul li {
    width: 33%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #web_nav ul li:nth-child(4) a {
    border: none;
  }
  #web_nav ul li a {
    padding: 0px 10px;
  }

  #rec1 figure {
    left: 55%;
    width: 45%;
    top: 38%;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 15px;
  }
  .header.scroll .logo, .header.scroll2 .logo {
    padding: 25px 0 0 25px;
  }
  .header.scroll .gnav ul, .header.scroll2 .gnav ul {
    padding: 0 75px 0 0px;
  }

  .header.scroll .gnav ul li ul, .header.scroll2 .gnav ul li ul {
    padding: 0 20px 0 0px;
  }

  
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    /* padding-left: 40px; */
  }
  .header.scroll .gnav ul li a, .header.scroll2 .gnav ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 25px;
  }


  .header.scroll .gnav ul li ul li a, .header.scroll2 .gnav ul li ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 15px;
  }
  
  .header.scroll .switchWrap, .header.scroll2 .switchWrap {
    width: 60px;
    height: 60px;
  }
  .header.scroll .switch__line, .header.scroll2 .switch__line {
    width: 28px;
  }




  
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  .see_more {
    padding: 20px 10px;
  }
  h1.logo {
    top: 25px;
  }
  .header .logo {
    padding: 25px 0 0 25px;
  }
  .gnav ul {
    padding: 0 75px 0 0px;
  }
  .gnav ul li:nth-child(2) {
    /* display: none; */
  }
  .gnav ul li:first-child a {
    padding-left: 50px;
  }
  .gnav ul li a {
    font-size: 18px;
    height: 75px;
    /* padding: 0px 25px; */
  }
  .gnav .switchWrap {
    width: 75px;
    height: 75px;
  }
  .gnav .switch__line {
    width: 28px;
  }
  #footer .inner .block_R {
    /* max-width: 475px; */
    width: 50%;
  }
  #footer .inner .block_R .tel_block {
    width: 42%;
  }
  #footer .inner .block_R .tel_block .tel .time_span {
    display: none;
  }
  #footer .inner .block_R .contact_link {
    width: 55%;
  }

  .concept {
    margin-bottom: 70px;
  }
  .concept .catch {
    font-size: 90px;
  }
  .concept .catch2 {
    font-size: 30px;
  }
  .concept .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

　.staff_top {
    margin-bottom: 70px;
  }
  .staff_top .catch {
    font-size: 90px;
  }
  .staff_top .catch2 {
    font-size: 30px;
  }
  .staff_top .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }
  .works {
    padding: 50px 0 80px;
  }
  .works .see_more {
    max-width: 280px;
  }
  li.work {
    width: 50%;
  }
  li.work .img_box {
    margin-bottom: 5px;
  }
  li.work .title {
    font-size: 17px;
  }
  .topics {
    padding: 30px 0 50px;
  }
  .topics .topics_m {
    margin-bottom: 20px;
  }
  .topics .topics_ul {
    margin-bottom: 20px;
  }
  .topics .topics_ul li {
    width: 46%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .topics .topics_ul li a {
    padding: 10px;
  }
  .topics .topics_ul li .title {
    padding-bottom: 15px;
  }
  .topics .topics_ul li .date {
    padding-top: 10px;
  }
  .topics .see_more {
    max-width: 280px;
  }
  .about1 .table_area .left_block, .about1 .table_area .right_block {
    width: 100%;
    float: none;
  }
  .about3 .inner .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .about3 .inner .lead1 {
    float: none;
    width: 100%;
  }
  .about3 .slick-arrow {
    padding: 15px;
  }
  .about3 .slick-prev::before, .about3 .slick-next::before {
    font-size: 15px;
    width: 15px;
    height: 15px;
  }
  .about3 .slick-prev {
    left: 10px;
  }
  .about3 .slick-next {
    right: 10px;
  }
  #graphic .works_list .work {
    width: 46%;
  }
  .works .works_link {
    font-size: 25px;
  }
  .web_list, .graphic_list {
    width: 100%;
  }
  .web_list {
    margin-bottom: 80px;
  }
  .web_list li:nth-child(odd) {
    border-left: 2px solid #fff;
  }
  .web_line_up .read1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .web_line_up #sec1 .read2 {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .web_line_up #sec1 .lineup_img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .web_line_up #sec1 .wrap2 {
    padding: 4%;
  }
  .web_line_up #sec1 .wrap2 .point4 {
    float: none;
    width: 100%;
    margin-bottom: 40px !important;
    padding-right: 0 !important;
  }
  .web_line_up #sec5 .m {
    font-size: 45px;
  }
  #rec1 .w1500 {
    padding: 150px 0% 50px;
  }
  #rec1 .m2 {
    left: 0px;
    width: 100%;
    text-align: center;
  }
  #rec1 .en_rubi {
    font-size: 70px;
  }
  #rec1 .blockL {
    width: 100%;
    padding: 125px 4% 40px;
    text-align: center;
  }
  #rec1 .blockL .inner {
    float: none;
    width: 100%;
  }
  #rec1 .blockL .catch {
    font-size: 30px;
  }
  #rec1 .blockL .see_more {
    margin-right: auto;
    margin-left: auto;
  }
  #rec1 figure {
    display: none;
  }
  .seido_list li {
    width: 46%;
    margin: 0 2% 20px;
  }
  #rec3 .block {
    width: 100%;
    left: 0%;
    margin: 0 auto;
    opacity: 0.8;
    padding: 50px 6%;
  }
  #rec5 .flow_1 .box::before {
    right: -8%;
  }
  #rec7 .see_more {
    width: 92%;
  }
  #rec7 .see_more span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  h1.logo {
    top: 20px;
    width: 55%;
    left: 3%;
  }
  h1.logo a {
    left: 0%;
  }
  .header .logo {
    padding: 25px 0 0 15px;
  }
  .gnav ul {
    display: none;
  }
  .close_menu ul li {
    /* margin-bottom: 18px; */
  }
  .close_menu a {
    font-size: 24px;
  }
  #footer .inner {
    padding: 35px 20px;
  }
  #footer .inner .block_L {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .inner .block_L .logo img {
    width: 180px;
  }
  #footer .inner .block_R {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  #footer .inner .block_R .tel_block {
    max-width: 100%;
    float: none;
    width: 100%;
  }
  #footer .inner .block_R .tel_block .read_1 {
    display: none;
  }
  #footer .inner .block_R .tel_block .tel {
    margin-bottom: 20px;
  }
  #footer .inner .block_R .contact_link {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }


  
  .concept .inner {
    height: 350px;
  }
  .concept .catch {
    font-size: 45px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 25px;
  }
  .concept .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .concept .catch2 {
    margin-bottom: 20px;
  }
  .concept .lead {
    text-align: justify;
  }
  .concept .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .concept .img_area img {
    display: block;
  }

　.staff_top .inner {
    height: auto;
  }
  .staff_top .catch {
    font-size: 3rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
  }
  .staff_top .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .staff_top .catch2 {
    margin-bottom: 20px;
  }
  .staff_top .lead {
    text-align: justify;
  }
  .staff_top .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .staff_top .img_area img {
    display: block;
  }


  .works .m {
    font-size: 50px;
  }
  .works .read {
    margin-bottom: 30px;
    padding: 0 4%;
  }
  li.work {
    width: 100%;
    margin-bottom: 30px;
  }
  li.work .tag {
    padding: 6px 20px;
  }
  li.work .title {
    font-size: 15px;
  }
  li.work .naiyou {
    font-size: 12px;
  }
  .dance {
    height: auto;
  }
  .dance .inner {
    height: auto;
  }
  .dance .inner2 {
    background: url(../img/home/sec5_sp.jpg) no-repeat center center;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 56.25%;
    height: auto;
  }
  .dance .inner2 .dance_m {
    font-size: 50px;
  }
  .dance .inner2 .read {
    padding: 0 20px;
    text-align: left;
  }
  .dance .inner2 .see_more {
    max-width: 280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
  }
  .event {
    padding: 50px 0 50px;
  }
  .event .event_m {
    margin-bottom: 20px;
  }
  .event .event_ul {
    margin-bottom: 0px;
  }
  .event .event_ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .event .see_more {
    max-width: 280px;
  }
  .topics .topics_ul li {
    width: 96%;
  }
  .main_v_2nd {
    height: 300px;
  }
  .main_v_2nd .title_area {
    top: 35%;
    left: 20px;
    z-index: 1;
  }
  .main_v_2nd .en_title {
    font-size: 28px;
    line-height: 1;
  }
  .main_v_2nd .en_title .small {
    display: none;
  }
  .main_v_2nd .jp_title {
    font-size: 20px;
  }
  .no_main {
    padding: 100px 0 50px !important;
  }
  .no_main .m {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .no_main .m2_jp {
    font-size: 16px;
  }
  #company .main_v_2nd {
    background: url(../img/about/main_v_sp.jpg?20201216) no-repeat right center;
    background-size: cover;
  }
  .about1 {
    padding: 30px 10px 0px;
  }
  .about1 .title2 {
    font-size: 40px;
  }
  .about1 .table_area .tb1 {
    border-spacing: 8px 0px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    padding: 20px 0 10px;
  }
  .about2 {
    padding: 30px 10px 20px;
  }
  .about2 .lead1 {
    text-align: left;
    padding: 20px 15px 0;
    line-height: 1.8;
  }
  .about3 .inner h3 {
    font-size: 22px;
    padding: 0 4%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .about3 .autoplay {
    margin-bottom: 30px !important;
  }
  #graphic .works_list .work {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .pager {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .pager__buttons__button {
    font-size: 16px;
  }
  .pager__list {
    position: static;
    margin-top: 0;
    transform: none;
  }
  .pager__list a {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
  }
  .works .works_link {
    padding: 15px 15px;
    font-size: 18px;
  }
  .works .works_link span.en {
    display: none;
  }
  .works .works_link::before {
    width: 20px;
    height: 20px;
  }
  #contact .main_v_2nd {
    background: url(../img/contact/main_v_sp.jpg?20201216) no-repeat center center;
    background-size: cover;
  }
  .contact1 {
    padding: 30px 4%;
  }
  .contact1.no_main {
    padding: 80px 0 40px !important;
  }
  .contact1 .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact1 .step_ul li:nth-child(n+2)::before {
    width: 3px;
    margin: 0 4%;
  }
  .contact2 .f_set {
    padding: 28px 4% 0;
  }
  .contact2 textarea {
    height: 150px;
  }
  .checkbox {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 48px;
  }
  label {
    padding: 0px 50px;
    line-height: 48px;
  }
  .box_outline {
    top: 12px;
    width: 22px;
    height: 22px;
  }
  .contact__form__policy {
    padding: 20px 0;
  }
  .submit_policy label {
    width: 100%;
    max-width: 460px;
    padding: 0 0px 0 70px;
    font-size: 13px;
  }
  .button_submit {
    width: 82%;
    padding: 20px 0;
  }
  .confirm .f_set {
    padding: 4%;
  }
  #privacy .container {
    padding: 40px 4% 0;
  }
  .container section {
    padding-top: 35px;
  }
  #web_nav ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  #web_nav ul li a {
    border-left: none;
  }
  #web_nav ul li a {
    padding: 0px 10px 10px;
    border-bottom: 1px dotted #ccc;
  }
  #web_nav ul li a span {
    padding-left: 25px;
  }
 
  #dance .main_v_2nd {
    background: url(../img/dance/main_v_sp.jpg?20201216) no-repeat right center;
    background-size: cover;
  }
  #dance .main_v_2nd #catch {
    padding: 0 4%;
    box-sizing: border-box;
  }
  #rec1 .w1500 {
    padding: 130px 0% 50px;
  }
  #rec1 .m2 {
    font-size: 18px;
  }
  #rec1 .en_rubi {
    font-size: 38px;
    padding-top: 20px;
  }
  #rec1 .blockL {
    padding: 75px 4% 40px;
  }
  #rec1 .blockL .catch {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #rec1 .blockL .read {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 30px;
  }
  .m2_rec {
    font-size: 45px;
  }
  #rec2 {
    padding-top: 20px;
  }
  .seido_list li {
    width: 48%;
    margin: 0 1% 20px;
    padding: 4%;
  }
  .seido_list .icon {
    width: 44px;
    height: 42px;
  }
  .seido_list .m3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #rec3 .block .m3 {
    font-size: 25px;
  }
  #rec4 {
    padding: 50px 0;
  }
  #rec4 .link_h3, #rec4 .link_h3_off {
    font-size: 18px;
  }
  #rec4 .link_h3 .em1, #rec4 .link_h3_off .em1 {
    display: none;
  }
  #rec4 .link_h3_off .em2 {
    font-size: 14px;
    margin-left: 0px;
    display: block;
  }
  #rec5 {
    margin-bottom: 60px;
  }
  #rec5 .flow_1 {
    width: 50%;
    padding: 10px 5px;
  }
  #rec5 .flow_1 .box {
    max-width: 100%;
    padding: 12px 5px;
  }
  #rec5 .flow_1 .box::before {
    display: none;
  }
  #rec7 {
    background: url("../img/dance/sec7_bg_sp.jpg") no-repeat left center;
  }
  #rec7 .catch {
    width: 80%;
    box-sizing: border-box;
  }
  #works_single .mm {
    font-size: 22px;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
  .header .logo {
    width: 60%;
  }
  #footer .copyright .footer__copy {
    width: 100%;
  }
  .about1 .title2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    display: block;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .about1 .table_area .tb1 th {
    border: none;
    padding: 20px 0 0px;
  }
  .about1 .table_area .tb1 td {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 10px;
  }
  .about3 .inner h3 {
    text-align: left;
    font-size: 18px;
  }
  .about3 .inner .lead1 {
    text-align: left;
    line-height: 2;
  }
}

@media screen and (max-width: 640px) and (orientation: portrait) {
  body {
    font-size: 15px;
  }
  .main_v .copy_area .en_copy {
    font-size: 38px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .main_v .copy_area .jp_copy {
    padding-top: 20px;
    line-height: 1.8;
  }

}





@media screen and (max-width: 500px) {
 
.concept .catch {

    padding: 50px 0 50px 0;

}


  .concept .catch2 {
    font-size: 25px;
  }

  .concept {
    margin-bottom: 20px;
  }
  .staff_top .catch {
    /* font-size: 30px; */
    /* box-sizing: border-box; */
    /* width: 100%; */
    /* padding: 0 4%; */
    /* margin-bottom: 25px; */
    /* text-align: center; */
    font-size: calc( 2.133rem + 8 * (100vw - 400px) / 240 );
  }

 .staff_top .catch2 {
    font-size: 20px;
  }

  .dance {
    height: auto;
  }
  #footer .inner {
    padding: 35px 10px;
  }

  
}





@media screen and (min-width: 1920px) {
  h1.logo {
    left: calc((100% - 1850px)/2);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    padding-left: 50px;
  }
}



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

.close_menu {
    transition: all 0.3s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.close_menu ul {
  width: 100%;
}

.close_menu a {
  font-size: 18px;
}

}


.link_st01 a{color:#c81f1f;border-bottom: 1px solid #c81f1f;}
.link_st01 a:hover{color:#888787;border-bottom:1px dashed #888787}

/* **************** 2020.10.16 *** */

/* *** footer menu-fit *** */

.menu-fit {
  display: none;
}

@media(max-width: 769px) {

  .menu-fit {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px 5px;
    background: rgba(255, 255, 255, .8);
    z-index: 3;
  }

  .menu-fit__wrap {
    display: flex;
    width: 98%;
    margin: 0 auto;
  }

  .menu-fit__btn {
    width: calc(100% / 2);
    margin: 5px;
    padding: 0 5px;
    background:  #EB2A64;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }

  .menu-fit__txt {
    font-weight: bold;
  }
}

/* ----- ヘッダー固定ボタン --- */

.lock__btn {
  display: none;
}

@media(max-width: 769px) {
  
  .lock__btn {
    display: block;
    position: relative;
  }

  .lock__inner {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 10;
  }

  .lock__box {
    padding: 10px 30px 10px 10px;
    background: #EB2A64;
    border-radius: 5px 0 0 5px;
  }

  .lock__box:first-child {
    margin-bottom: 10px;
  }

  .lock__item {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/* ----- スケジュールページ：改行スマホのみ --- */

.pc-none {
  display: none;
}

@media(max-width: 499px) {
  .pc-none {
    display: block;
  }
}

/* ----- チーム概要：リンク色 --- */

.link__ground a {
  color: #EB2A64;
}

/* ----- TOPページ：ブログアイコン用 --- */

.blog__icon img {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}

.sns__header {
  margin-bottom: 10px;
}



.txt_c{text-align:center}
.txt_l{text-align:left}
.txt_r{text-align:right}



.border_span{
	border-bottom: 2px solid #de1515;
}

.weight6_span{
	font-weight:600;
}

.color_red{color:#de1515}
.color_green{color:#067f4e}
.color_blue{color:#067be0}
.color_violet{color:#9f15b7}

.color_red a{color:#de1515;border-bottom:1px solid #de1515}
.color_green a{color:#067f4e;border-bottom:1px solid #067f4e}
.color_blue a{color:#067be0;border-bottom:1px solid #067be0}

.color_red a:hover{color:#c35353;border-bottom:1px dashed #de1515}
.color_green a:hover{color:#21a771;border-bottom:1px dashed #067f4e}
.color_blue a:hover{color:#3b99ea;border-bottom:1px dashed #067be0}

.txt_00{font-size:13px}
.txt_01{font-size:15px}
.txt_02{font-size:16px}
.txt_03{font-size:17px}
.txt_04{font-size:18px}
.txt_05{font-size:19px}
.txt_06{font-size:20px}
.txt_07{font-size:22px}

.pd-top_01{padding-top:5px}
.pd-top_02{padding-top:10px}
.pd-top_03{padding-top:15px}
.pd-top_04{padding-top:20px}
.pd-top_05{padding-top:25px}

.pd-left_01{padding-left:1em}
.pd-left_02{padding-left:2em}
.pd-left_03{padding-left:3em}
.pd-left_04{padding-left:4em}
.pd-left_05{padding-left:5em}


.line-b-gray_01{border-bottom:1px solid #ddd}
.line-b-gray_02{border-bottom:1px dashed #ddd}
.line-b-red_01{border-bottom:1px solid #de1515}
.line-b-red_02{border-bottom:1px dashed #de1515}


.f_weight_400{font-weight:400;}
.f_weight_500{font-weight:500;}
.f_weight_600{font-weight:600;}
.f_weight_700{font-weight:700;}



.bborder-none {
  border-bottom: none;
}

.bborder-inner
 {
  border-bottom: 1px solid #394063;
}






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

@-webkit-keyframes slide_line {
  0% {
    transform-origin: left center;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left center;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right center;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right center;
    transform: scaleX(0);
  }
}

@keyframes slide_line {
  0% {
    transform-origin: left center;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left center;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right center;
    transform: scaleX(1);
  }
  100% {
    transform-origin: right center;
    transform: scaleX(0);
  }
}

/* loading_8
--------------------------------------------------------- */
#js_site_pager {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 44px;
  left: 0;
  z-index: 1001;
  background: #02126d;
/*   background: #3b2bea; */
  transition: all 1s 0s cubic-bezier(0.96, 0.1, 0.91, 0.82);
  transform-origin: 0% 100%;
  transform: translateY(100%);
}

#js_site_pager.changed {
  transform: translateY(-120%);
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

.spinner {
  width: 90px;
  height: 90px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #02126d;
  background-color: #3F51B5;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ページスライド_7
--------------------------------------------------------- */
#l_containerAll {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow-x: hidden;
}

h1.logo {
  top: 10px;
  left: 3%;
  position: fixed;
  position: absolute;
  z-index: 50000;
  transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

h1.logo a {
  position: relative;
  display: block;
}

h1.logo img {
  width:150px;
}


.scroll.white.svgFilter {
  -webkit-filter: invert(0);
  -moz-filter: invert(0);
  -o-filter: invert(0);
  -ms-filter: invert(0);
  filter: invert(0);
  /* mix-blend-mode: exclusion; */
}



/* ハンバーガー menu_3
--------------------------------------------------------- */
.close_menu {
  transition: all 0.3s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 40%;
  max-width: 400px;
  /* height: 100vh; */
  text-align: center;
  box-sizing: border-box;
  background-color: #02126d;
  opacity: 0.90;
  color: #02126d;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translateX(100%);
}

.close_menu.active {
  transform: translateX(0);
}

.close_menu div {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: auto;
  /* overflow-y: scroll; */

  /* IE などのスクロールバーの色設定 */
/*   scrollbar-face-color: #999;
  scrollbar-track-color: #eee; */

  /* スマホ用の慣性スクロール */
  -webkit-overflow-scrolling: touch;
}
}

.close_menu ul {
  /* position: absolute; */
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translateY(-50%) translateX(-50%); */
  /* -webkit-transform: translateY(-50%) translateX(-50%); */
  /* width: 50%; */
}

.close_menu ul li {
  /* margin-bottom: 20px; */
  line-height: 2;
  text-align: right;
  padding-left: 10px;
}

.close_menu ul li:first-child a {
  /* color: #02126d; */
}

.close_menu a {
  color: #fff;
  /* font-family: "Work Sans", sans-serif; */
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.close_menu ul li a:hover {
  color:#fbd050;
}





.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* main_v
--------------------------------------------------------- */
/* .main_v {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
  position: relative;

} */



#nav-sp .gnavi {
    width: 100%;
    position: absolute;
    top: 80px;
    text-align: center;
    z-index: 1;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 100px;
}
#nav-sp .gnavi ul {
    text-align: center;
}
#nav-sp .gnavi ul li.navi-logo {
}
#nav-sp .gnavi li.navi-logo img {
    width: 40px;
    height: 40px;
    margin-bottom: 20px;
}
#nav-sp .gnavi li.navi-menu {
    display: block;
    font-size: 16px;
    font-size: 1.5rem;
    border-bottom: 1px dashed #626262;

}
#nav-sp .gnavi li.navi-menu.last { /*border-bottom: 1px solid #e5e5e5;*/
}
#nav-sp .gnavi li.navi-backnumber {
    font-size: 12px;
    font-size: 1.2rem;
    border-bottom: none;
    margin-top: 10px;
}
#nav-sp .gnavi li.navi-backnumber img {
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 8px;
}
#nav-sp .navi-menu > a {
    display: block;
    /* height: 60px; */
    /* line-height: 60px; */
    font-size: 17px;
    text-align: left;
}

#nav-sp .navi-menu > a:hover {
  color:#FFC107;
  
}


#nav-sp .navi-menu > a:after {
    display: none !important;
}
#nav-sp .sns {
    margin-top: 10px;
}
#nav-sp .sns li {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
}
#nav-sp .sns li img {
    width: 24px;
    height: 24px;
    vertical-align: top;
}



ul { list-style: none; }
a { text-decoration: none; color: black;}
/* body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
} */

    
   
   /* -----------------------------------------------------------
   
      jQuery.mmenu CSS
   
      ----------------------------------------------------------- */
   

ul { list-style: none; }
a { text-decoration: none; color: black;}
/* body {
   font-family: 'Dosis', sans-serif;
   background: #FF5722;
} */




/* ----- .inner ----- */ 
#footer .inner2 {padding:50px 0;margin:0 5%;/* background:#fefefe; */}

/* ----- .infoArea ----- */ 
#footer .infoArea {font-size:0;z-index:2;/* position:relative; */}

/* ----- .infoBox ----- */ 
#footer .infoBox {display:inline-block;margin:0;/* width: 48%; */flex: 0 0 48%;padding:5px 2.5%;/* position: relative; */z-index:0;}
#footer .infoBox:after {position:absolute;top:0;right:0;bottom:0;width:0;content:"";border-right: #505050 1px solid;z-index:0;}
#footer .infoBox:last-child:after { display:none;}

#footer .infoBox .linkArea {margin-top:10px;/* text-align: center; */}
#footer .infoBox .linkArea .btnGoogle {display: inline-block;padding: 0 20px 0 30px;margin:0;font-size: 11px;text-decoration: none;text-align:center;line-height: 30px;letter-spacing: 1px;position: relative;color: #02126d;background:#fefefe;border: #02126d 1px solid;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 5px;max-width:100%;}
#footer .infoBox .linkArea .btnGoogle:after {font-family: 'FontAwesome';content: "\f041";font-size: 13px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;position: absolute;top: 0;left: 10px;z-index: 1;line-height: 30px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;color: #858585;}



#footer .infoBox .linkArea .btnGoogle:hover { color:#333; background:#02126d; color: #fff; border:#999 1px solid;border:#999 1px solid; }

#footer .infoBox .linkArea .btnGoogle a{color:#02126d}




/* navCont_5 */

.navCont {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /* width: 100%; */
  /* text-align: center; */
  padding: 0 1% 3%;
  /* border-bottom: 1px solid #394063; */
}

.navCont:last-child{
/*   border-bottom: none; */
}


@media only screen and (max-width: 500px) { 
.navCont .navTitle {
  text-align:left;
}
}



.navCont .navTitle {
  font-size: 15px;
  /* font-family: garamond-premier-pro-display, serif; */
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  white-space: nowrap;
  margin-bottom: 5px;
  padding-top: 3px;
}

.navTitle:before{
  font-family: 'FontAwesome';
  content: "\f292";
  font-size: 11px;
  font-weight: 300;
  position: relative;
  top: 0;
  left: -3px;
  z-index: 1;
  /*   line-height: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; */
}


.navTitle:after{
  content:"";
  display:block;
  width: 100px;
  height:1px;
  background-color:#394063;
  position:relative;
  top:0;
  left: -5px;
}
.footNav {
  /* margin-left: 80px; */
  /* padding-left: 30px; */
  border-left: 1px solid #394063;
  flex: 0 0 25%;
  padding: 0 2%;
}


.footNav:first-child {
  /* margin-left: 80px; */
  /* padding-left: 30px; */
  border-left: none;
}
.footNav:last-child {
  /* margin-left: 10px; */
  /* padding-left: 30px; */
  /* padding-right: 30px; */
  /* border-left: none; */
  /* border:1px solid #394063; */
  /* padding: 10px 20px 20px; */
}

/* .footNav +  .footNav {
  margin-left: 100px;
}

.footNav +  .footNav ＋ .footNav {
  margin-left: 100px;
    border-left: 1px solid #607D8B;
} */
@media only screen and (max-width: 1024px) { 

/* 	.footNav +  .footNav {
	  margin-left: 100px;
	} */


	.footNav {
  /* margin-left: 80px; */
  /* padding-left: 30px; */
  border-left: 1px solid #394063;
  flex: 0 0 50%;
  padding: 0 2%;
}

}


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

  .navCont{
    flex-wrap: wrap;
  }

  .footNav {
    border-left: 0px solid #394063;
    flex: 0 0 48%;
    padding: 2% 2%;
  }


	
}


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

  .footNav {
    border-top: 1px solid #394063;
    flex: 0 0 100%;
    padding: 2% 2% 60px;
  }

  .footNav:last-child {
    margin-left: 0px;
  }

}



.footNav ul li {
  font-size: 15px;
  opacity: 1;
  /* font-family: 'Avenir LT W01_35 Light1475496'; */
  letter-spacing: 0.4px;
  line-height: 1.3;
  text-align: left;
}
.footNav ul li +  li {
  margin-top: 17px;
}
.footNav ul li a {
  position: relative;
  padding-left: 17px;
  display: inline-block;
  transition: .3s;
/*   width: 200px; */
  /* max-width: 200px; */
}
.footNav ul li a:before {
  position: absolute;
  content: "";
  top: 7px;
  left: -1px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #d2d2d2;
  border-right: 2px solid #d2d2d2;
  transform: rotate(45deg);
  z-index: 0;
}

.footNav ul li a::after {
  position: absolute;
  bottom: -6px;
  left: 15px;
  content: '';
  width: calc(96% - 15px);
  height: 1px;
  background: #cdb99c;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.08, 0.92, 0.35, 1);
}
.footNav ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}



#footer .copyright {
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
  box-sizing: border-box;
  letter-spacing: 0.08em;
  border-top: 1px solid #424242;
  /* margin-top: 50px; */
}

#footer .copyright .footer__copy {
  font-family: "Work Sans", sans-serif;
  text-align: left;
}





/* top.scss
--------------------------------------------------------------------------------------- */
#home {
  background: #F9F9F9;
}





.concept {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  margin-top: 20px;
  position: relative;
  z-index: 0;
}


.concept .inner::after {
  content: "";
  display: block;
  clear: both;
}

.concept .catch {/*   font-size: 110px; *//* font-family: "Work Sans", sans-serif; */font-weight: 700;position: relative;z-index: 1;/* background: #02126dd4; */width: 500px;height: 100%;margin: 0 auto;line-height: 1;/* padding-top: 80px; *//* padding-left: 80px; *//* margin-bottom: 100px; */text-transform: uppercase;transform-origin: 0 0;/*   transform: scale(0); */transition: transform .25s cubikatta-bezier(0.55, 0.085, 0.68, 0.53);text-align: center;}
.concept .catch {
  font-size:25px;
  z-index: 1;
}




.concept .lead_area {
  width: 100%;
  box-sizing: border-box;
  /* padding: 0 20px 0 80px; */
  position: relative;
  /* top: 20%; */
  /* left: 0; */
  /* right: 0; */
  text-align: center;
  z-index: 2000;
  color: #fff;
  padding: 20% 0;
  background: #02126dd4;
  height: 100%;
}

.concept .lead_en {
  font-size: 40px;
  line-height: 2.2;
  font-weight: bold;
  /* overflow: visible; */
}

.concept .lead_en:after {
 content: "";
    display: block;
    width: 95%;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    /* top: 0; */
    left: 10px;
  
}
.concept .catch2 {
  font-size: 20px;
  margin: 20px 0;
}




.concept .lead {
  font-size: 25px;
  line-height: 2.2;
  font-weight: bold;
  /* overflow: visible; */
}

.concept .img_area {
  /* width: 60%; */
  height: 660px;
  /* overflow-x: hidden; */
  /* background: url(../img/home/katta.jpg) no-repeat center center; */
  /* background-size: cover; */
  position: absolute;
  /* top: 0; */
  /* right: 0; */
  /* bottom: auto; */
  /* left: auto; */
  /* z-index: 10000; */
  /* transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.concept .img_area:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #F9F9F9;
  z-index: 1;
  transition: all 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right top;
}

.concept .img_area img {
  display: none;
}

.concept .img_area.changed:after {
  left: 2000px;
  transform: scaleX(0);
}




.staff_top {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 100px;
  margin-top: 140px;
  padding: 0 70px;
  background: url(../img/home/about.jpg) no-repeat center right;
}

.staff_top .inner {
  position: relative;
  width: 100%;
  height: 500px;
}

.staff_top .inner::after {
  content: "";
  display: block;
  clear: both;
}

.staff_top .catch {
  font-size: 4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 1;
  line-height: 1;
  padding-top: 80px;
  padding-left: 80px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.staff_top .lead_area {
  width: 40%;
  box-sizing: border-box;
  padding: 0 20px 0 80px;
}

.staff_top .catch2 {
  font-size: 30px;
  margin-bottom: 50px;
}

.staff_top .lead {
  font-size: 17px;
  line-height: 2.2;
  font-weight: bold;
}

.staff_top .img_area {
  /* width: 60%; */
  /* height: 500px; */
  /* overflow-x: hidden; */
  background: url(../img/home/staff.jpg) no-repeat center right;
  /* background-size: cover; */
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  /* top: 0; */
  /* right: 0; */
  /* bottom: auto; */
  /* left: auto; */
  z-index: 2000;
  opacity: 1;
  /* transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1); */
}

.staff_top .img_area:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0;
  background-color: #F9F9F9;
  z-index: 1;
  transition: all 0.8s 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform-origin: right top;
}

.staff_top .img_area img {
  display: none;
}

.staff_top .img_area.changed:after {
  left: 2000px;
  transform: scaleX(0);
}


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

.staff_top {
  padding: 0 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}

}

.works {
  padding: 90px 0 120px;
  background: #fff;
}

.works .m {
  font-size: 70px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.works .read {
  text-align: center;
  font-weight: bold;
  margin-bottom: 55px;
  box-sizing: border-box;
}

.works .works_list::after {
  content: "";
  display: block;
  clear: both;
}

.works .see_more {
  max-width: 380px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}

.works_list {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

li.work {
  float: left;
  width: 33.33%;
  position: relative;
  margin-bottom: 50px;
  transition: all 0.5s 0s ease-out;
  overflow: hidden;
  z-index: 0;
}

li.work:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

li.work:hover .img_box img {
  transform: scale(1.05);
}

li.work .tag {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 5;
  background: #000;
  color: #fff;
  padding: 10px 20px;
  font-size: 12px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

li.work .graphic {
  background: #02126d;
}

li.work .web {
  background: #0D366E;
}

li.work a.link_work {
  transition: all 0.2s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work a.link_work:hover .title {
  color: #fff;
}

li.work a.link_work:hover .detail_box::before {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scaleX(1);
}

li.work .img_box {
  line-height: 0;
  overflow: hidden;
}

li.work .img_box img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

li.work .detail_box {
  width: 100%;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
}

li.work .detail_box::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #111;
  z-index: 0;
  transition: all 0.4s 0s cubic-bezier(0.26, 0.45, 0.46, 0.94);
  opacity: 0;
  filter: alpha(opacity=0);
  transform-origin: left top;
  transform: scaleX(0);
  z-index: 0;
}

li.work .title {
  font-size: 20px;
  position: relative;
  z-index: 2;
}

li.work .naiyou {
  font-size: 13px;
}

li.work .naiyou strong {
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

.dance {
  width: 100%;
  background: #fff;
  position: relative;
  /* height: 589px; */
}

.dance .dance_m.pc_none {
  padding-top: 0px;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.dance .inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: #02126d;
  height: 351px;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  transition: all 1.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scaleY(0);
  transform-origin: center bottom;
}

.dance .inner.changed {
  transform: scaleY(1);
}

.dance .inner2 {
  width: 96%;
  max-width: 1500px;
  height: 503px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/home/sec5.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner2 .dance_m {
  font-family: "Work Sans", sans-serif;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  color: #02126d;
  padding-top: 50px;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.dance .inner2 .read {
  color: #fff;
  text-align: center;
  line-height: 2.5;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.dance .inner2 .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.dance .inner3 {
  position: relative;
  z-index: 2;
  top: -24px;
  background: #02126d;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding: 6% 4%;
  box-sizing: border-box;
}

.dance .inner3 .read {
  color: #000;
  margin-bottom: 20px;
}

.event {
  padding: 80px 0 90px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
}

.event .event_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.event .event_ul {
  margin-bottom: 60px;
}

.event .event_ul::after {
  content: "";
  display: block;
  clear: both;
}

.event .event_ul li {
  float: left;
  width: 25%;
  position: relative;
  overflow: hidden;
  z-index: 0;
  transition: all 0.5s 0s ease-out;
}

.event .event_ul li:hover {
  box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(12, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px 2px rgba(12, 0, 0, 0.3);
  z-index: 1;
}

.event .event_ul li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li a:hover .img img {
  transform: scale(1.05);
}

.event .event_ul li a:hover .detail_area {
  background: #02126d;
  color: #000;
}

.event .event_ul li .img {
  line-height: 0;
  overflow: hidden;
}

.event .event_ul li .img img {
  transition: all 750ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}

.event .event_ul li .detail_area {
  padding: 4% 4%;
  box-sizing: border-box;
  transition: all 0.9s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.event .event_ul li .date {
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.event .event_ul li .title {
  font-weight: normal;
  position: relative;
  z-index: 1;
}

.event .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

.topics {
  padding: 80px 0 80px;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.topics .topics_m {
  font-family: "Work Sans", sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 40px;
}

.topics .topics_ul {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-bottom: 60px;
}

.topics .topics_ul::after {
  content: "";
  display: block;
  clear: both;
}

.topics .topics_ul li {
  width: 22%;
  margin-left: 2%;
  background: #fff;
  box-sizing: border-box;
  display: -moz-inline-box;
  display: inline-block !important;
  text-align: left;
}

.topics .topics_ul li:first-child {
  margin-left: 0px;
}

.topics .topics_ul li a {
  display: block;
  padding: 15px;
  border: 4px solid #fff;
  transition: all 0.5s 0s cubic-bezier(0.245, 0.045, 0.355, 1);
}

.topics .topics_ul li a:hover {
  border: 4px solid #000;
}

.topics .topics_ul li .title {
  font-weight: normal;
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.topics .topics_ul li .date {
  text-align: right;
  padding-top: 20px;
  font-weight: bold;
}

.topics .see_more {
  max-width: 380px;
  margin-right: auto;
  margin-left: auto;
}

/* sub.scss_消さない
--------------------------------------------------------------------------------------- */
.main_v_2nd {
  width: 100%;
  height: 500px;
  position: relative;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/home/main_v.jpg) no-repeat center center;
}

.main_v_2nd .title_area {
  position: absolute;
  top: 35%;
  left: 80px;
  color: #fff;
  letter-spacing: 0.08em;
}

.main_v_2nd .en_title {
  /* font-family: "Work Sans", sans-serif; */
  font-weight: 700;
  font-size: 60px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
}

.main_v_2nd .jp_title {
  font-size: 30px;
  position: relative;
}

.no_main {
  padding: 200px 0 50px !important;
}

.no_main .m {
  font-size: 70px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.no_main .m2_jp {
  font-size: 20px;
  text-align: center;
}

.slide_line {
  position: relative;
}

.slide_line:after {
  display: inline;
  content: '';
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background: #0D366E;
   background: #02126d;
}

.slide_line.on:after {
  -webkit-animation: slide_line 1s ease 1.5s 1 normal both running;
  animation: slide_line 1s ease 1.5s 1 normal both running;
}

.jp_title .slide_line.on:after {
  -webkit-animation: slide_line 1s ease 1.7s 1 normal both running;
  animation: slide_line 1s ease 1.7s 1 normal both running;
}

.slide_line .hide {
  transition: all 0s 1.95s ease;
  opacity: 0;
  filter: alpha(opacity=0);
}

.jp_title .slide_line .hide {
  transition: all 0s 2.15s ease;
}

.slide_line.on .hide {
  opacity: 1;
  filter: alpha(opacity=100);
}

.contents {
  width: 100%;
  padding: 2% 2%;
  width: 100%;
  /* height: 200px; */
  background: #efefef;
  background-image: linear-gradient(90deg, #dedede 1px, transparent 0), linear-gradient(#dedede 1px, transparent 0);
  background-size: 5px 5px;
  width: 100%;
  /* 	height: 200px; */
  background: #e0e0e0;
  background-image: linear-gradient(45deg, #e4e4e4 25%, transparent 0),
	linear-gradient(45deg, transparent 75%, #e4e4e4 0),
	linear-gradient(45deg, #e4e4e4 25%, transparent 0),
	linear-gradient(45deg, transparent 75%, #e4e4e4 0);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px,
		15px 15px, 30px 30px;
}

/* about.scss
--------------------------------------------------------------------------------------- */
#about .main_v_2nd {
  background: url(../img/about/main_v.jpg) no-repeat center center;
}



.about1, .about2, .about4, .about3{
  /* font-family: 'Noto Sans JP'; */
}





.about1 {
  padding: 80px 20px 60px;
  box-sizing: border-box;
}

.about1 .title2 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 60px;
  text-align: center;
  margin-bottom: 50px;
  text-transform: uppercase;
}

.about1 .title2 .jp_title {
  display: block;
  font-size: 17px;
}

.about1 .table_area {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

.about1 .table_area::after {
  content: "";
  display: block;
  clear: both;
}

.about1 .table_area .left_block, .about1 .table_area .right_block {
  width: 48%;
}

.about1 .table_area .left_block {
  float: left;
}

.about1 .table_area .right_block {
  float: right;
}

.about1 .table_area .tb1 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 0px;
  width: 100%;
}

.about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
  padding: 30px 0 20px;
  box-sizing: border-box;
  vertical-align: top;
}

.about1 .table_area .tb1 th {
  border-bottom: 1px solid #ddd;
  width: 30%;
  /* max-width: 5px; */
  box-sizing: border-box;
}

.about1 .table_area .tb1 td {
  border-bottom: 1px solid #ddd;
  width: 70%;
  /* max-width: 350px; */
  box-sizing: border-box;
  line-height: 2;
}

.about1 .table_area .tb1 .pin_link {
  padding-left: 20px;
  background: url(../img/company/pin.png) no-repeat left center;
}

.about1 .table_area .tb1 .pin_link span {
  color: #1400A3;
  border-bottom: 1px solid #8D7CD7;
}

.about1 .gaikan {
  text-align: center;
}

.about2 {
  width: 100%;
  padding: 20px 20px 60px;
  box-sizing: border-box;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.about2 #map_canvas {
  width: 100%;
  height: 300px;
}

.about2 .lead1 {
  text-align: center;
  padding: 30px 15px 0;
  box-sizing: border-box;
  line-height: 2.5;
}

.about3 {
  margin: auto;
  padding: 30px 0 70px;
  /*左右の矢印の色を変える*/
  /*左右の矢印の位置を変える*/
}

.about3 .inner {
  max-width: 1200px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 4%;
}

.about3 .inner::after {
  content: "";
  display: block;
  clear: both;
}

.about3 .inner h3 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}

.about3 .inner .img {
  float: left;
  width: 46%;
}

.about3 .inner .lead1 {
  float: right;
  width: 48%;
  text-align: left;
  box-sizing: border-box;
  line-height: 2.5;
  font-weight: 500;
}

.about3 .autoplay {
  margin-bottom: 70px !important;
}

.about3 .slick-slide {
  margin: 0 1px;
}

.about3 .slick-arrow {
  padding: 30px;
  border: 2px solid #000;
  box-sizing: border-box;
}

.about3 .slick-prev::before, .about3 .slick-next::before {
  font-family: 'slick';
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto;
}

.about3 .slick-prev:before,
.about3 .slick-next:before {
  color: #000;
}

.about3 .slick-prev {
  left: 60px;
  z-index: 100;
}

.about3 .slick-next {
  right: 60px;
  z-index: 99;
}


.about4 {
  margin: auto;
  padding: 30px 20px 70px;
  /*左右の矢印の色を変える*/
  /*左右の矢印の位置を変える*/
}

.about4 .inner {
  max-width: 1380px;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 4%;
}

.about4 .inner::after {
  content: "";
  display: block;
  clear: both;
}


@media screen and (max-width: 500px) {
.about4, .about3{
  margin: auto;
  padding: 30px 0 30px;
  font-family: 'Noto Sans JP';

}
}


#contact .main_v_2nd {
  background: #02126d;
}

/* recruit.scss
--------------------------------------------------------------------------------------- */
#recruit .main_v_2nd {
  background: url(../recruit/img/main_recruit.jpg) no-repeat center center;
}



#recruit .main_v_2nd .title_area {
  position: absolute;
  top: 50%;
  left: 80px;
  color: #fff;
  letter-spacing: 0.08em;
}




#recruit .main_v_2nd .en_title {
  /* font-family: "Work Sans", sans-serif; */
  font-weight: 700;
  font-size: 60px;
  color: #02126d;
  position: relative;
/*     background:rgb(255 255 255 / 0.3); */
  text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff
}


#recruit .main_v_2nd .jp_title {
  font-size: 30px;
  position: relative;
    color: #02126d;
   text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, 0px 1px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff

}




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

  #recruit .main_v_2nd .title_area {
      top: 50%;
      left: 20px;
      z-index: 1;
  }


  #recruit .main_v_2nd .en_title {
      font-size: 20px;
      line-height: 2;
  }

#recruit .main_v_2nd .jp_title {
    font-size: 18px;
    line-height: 1.3;
    }


}



/* quality.scss
--------------------------------------------------------------------------------------- */
#quality .main_v_2nd {
  background: url(../company/img/main_quality.jpg) no-repeat center center;
}





/* works.scss_消さない
--------------------------------------------------------------------------------------- */
#works .main_v_2nd, #graphic .main_v_2nd {
  display: none;
}

#graphic .works_list {
  text-align: center;
}

#graphic .works_list .work {
  width: 30%;
  margin: 0 1% 4%;
  display: inline-block;
  float: none;
}

#graphic .works_list .work .detail_box {
  text-align: left;
}

.pager {
  padding: 120px 45px;
  position: relative;
  text-align: center;
}

.pager__buttons {
  display: flex;
  height: 50px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.pager__buttons__button {
  font-size: 20px;
  font-family: Raleway,sans-serif;
  color: #7f7f7f;
  letter-spacing: 2px;
  transition: all 0.2s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-family: "Work Sans", sans-serif;
  font-weight: 600;
}

.pager__buttons__button:hover {
  color: #0D366E;
}

.pager__buttons__button.is-left {
  margin-left: auto;
}

.pager__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translatex(-50%);
  margin-top: -25px;
  display: inline-block;
  margin-right: -10px;
}

.pager__list > li.enable {
  display: inline-block;
}

.pager__list > li {
  display: inline-block;
  margin-right: 10px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #7f7f7f;
  width: 50px;
  height: 50px;
}

.pager__list .is-active {
  color: #0D366E;
}

.pager__list a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #7f7f7f;
  text-align: center;
  line-height: 50px;
  transition: background 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pager__list a:hover {
  background: #0D366E;
  color: #fff;
}

.prev a:hover, .next a:hover {
  background: none;
  color: #0D366E;
}

#graphic .works_link {
  background: #0D366E;
}

#graphic .works .works_link {
  color: #fff;
}

#graphic .works .works_link::before {
  background: #fff;
}

#graphic .works .works_link::after {
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}

.works .works_link {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  font-weight: bold;
  padding: 20px;
  color: #000;
  background: #02126d;
  text-align: center;
  display: block;
}

.works .works_link span.en {
  font-size: 50px;
  font-family: "Work Sans", sans-serif;
  text-transform: uppercase;
}

.works .works_link span.jp {
  display: block;
  font-size: 15px;
}

.works .works_link::before {
  background: url(../img/common/arrow.svg) no-repeat right center;
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  margin: auto;
  z-index: 10;
}


.web_list, .graphic_list {
  width: 50%;
  float: left;
  text-align: center;
  padding-top: 40px;
  position: relative;
}

.web_list .title, .graphic_list .title {
  font-size: 18px;
  position: relative;
  z-index: 1;
  top: 35px;
  text-transform: uppercase;
}

.web_list .title span, .graphic_list .title span {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-size: 60px;
  display: block;
  line-height: 1.2;
}

.web_list {
  border-top: 8px solid #0D366E;
}

.graphic_list {
  border-top: 8px solid #02126d;
}


.web_list li {
  background: #F0F0F0;
}

.web_list li:nth-child(odd) {
  border-left: 2px solid #F0F0F0;
}

.web_list li .title2 {
  color: #0D366E;
}

.graphic_list li {
  background: #F9F9F9;
}

.graphic_list li .title2 {
  color: #02126d;
}

/* contact.scss_消さない
--------------------------------------------------------------------------------------- */
#contact {
  background: #F9F9F9;
}

#contact .main_v_2nd {background: url(../img/contact/main_v.jpg) no-repeat center center;background: #ffffff;height: 200px;}

.contact1 {
  padding: 80px 4%;
  box-sizing: border-box;
  text-align: center;
  line-height: 2.4;
}

.contact1.no_main {
  padding: 150px 0 50px !important;
}

.contact1 .read2_m {
  text-align: center;
  font-size: 16px;
  margin-bottom: 40px;
}

.contact1 .lead {
  margin-bottom: 50px;
}

.contact1 .step_ul {
  text-align: center;
}

.contact1 .step_ul li {
  display: inline;
  color: #0D366E;
  font-size: 18px;
  font-weight: bold;
}

.contact1 .step_ul li:nth-child(n+2)::before {
  content: '';
  display: inline-block;
  width: 180px;
  height: 1px;
  background: #e0e0e0;
  vertical-align: .3em;
  margin: 0 20px 0 17px;
}

.contact1 .step_ul .is-active {
  color: #02126d;
}

.contact2 {
  width: 100%;
}

.contact2 .inner {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.contact2 .f_set {
  padding: 28px 30px 0;
}

.contact2 .midashi {
  font-weight: bold;
  margin-bottom: 12px;
  display: block;
  width: 100%;
}

.contact2 .midashi .hissu {
  color: red;
  margin-right: 5px;
}

.contact2 .midashi .en_m {
  margin-left: 10px;
}

.contact2 input {
  height: 62px;
  margin-bottom: 20px;
  padding: 0 18px;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  border: none;
  font-size: 16px;
}

.contact2 textarea {
  width: 100%;
  height: 200px;
  padding: 14px 18px;
  border: none;
  box-sizing: border-box;
  height: 350px;
}

.js-err {
  color: red;
  display: none;
}

.js-mes-err .js-err {
  display: block;
}

.checkbox {
  position: relative;
  z-index: 1;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  width: 40%;
  height: 72px;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

.checkbox input, .submit__policy input {
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  -ms-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
/* 
label {
  position: relative;
  cursor: pointer;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 72px;
  margin: 0;
  z-index: 2;
  padding: 0px 65px;
  display: block;
  transition: all .5s ease 0s;
  background: #235187;
  color: #fff;
}

label:hover {
  background: #0D366E;
}

label:hover .box_outline {
  border-radius: 30%;
}
 */
.box_outline {
  position: absolute;
  top: 19px;
  left: 20px;
  display: inline-block;
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  z-index: 3;
  background: #f6f6f6;
  transition: all .5s ease 0s;
}

.checkbox input:checked + label .box_outline {
  border-radius: 50%;
  background: #02126d;
}

.box_outline::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s ease 0s;
}

.checkbox input:checked + label .box_outline::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.checkbox input:checked + label {
  background-color: #0D366E;
}

.contact__form__policy {
  padding: 60px 0;
}

.submit_policy {
  width: 100%;
  height: auto;
}

.submit_policy input:checked + label {
  background: none;
}

.submit_policy a {
  color: blue;
}

.submit_policy label {
  background: none;
  color: #000;
  padding: 0 0px 0 80px;
  line-height: 32px;
  width: 460px;
  margin-right: auto;
  margin-left: auto;
}

.submit_policy .box_outline {
  top: 0;
}

.button_submit {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  background: #000;
  margin-bottom: 80px;
  padding: 40px 0;
  color: #fff;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  box-sizing: border-box;
  opacity: 0.5;
  transition: all 0.5s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.agree.button_submit {
  opacity: 1;
}

.see_more:after {
  color: #000;
}

.buttons {
  padding: 60px 4% 0;
  box-sizing: border-box;
}

.buttons::after {
  content: "";
  display: block;
  clear: both;
}

.buttons #mail_form1, .buttons #mail_form2 {
  width: 48%;
}

.buttons #mail_form1 {
  float: left;
}

.buttons #mail_form1 .button_submit {
  background: #0D366E;
  border-color: #0D366E;
}

.buttons #mail_form2 {
  float: right;
}

.buttons .button_submit {
  width: 100%;
}

.confirm .hissu {
  display: none;
}

.confirm .f_set {
  background: #eee;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.confirm .f_set .midashi {
  font-size: 14px;
}

.confirm .f_set .f_set_txt2 {
  font-size: 18px;
}

.thanks .lead5 {
  padding: 30px 4% 80px;
  box-sizing: border-box;
  line-height: 2.5;
}

/* pvivacy.scss_消さない
--------------------------------------------------------------------------------------- */
#privacy .main_v_2nd {
  display: none;
}

#privacy .container {
  max-width: 1100px;
  margin: auto;
  padding: 80px 4% 0;
  box-sizing: border-box;
}

.container section {
  padding-top: 55px;
}

.container section .leter-space01 {
  letter-spacing: 0.1em;
}

.container section .policy_title {
  margin-bottom: 15px;
}

.container section h4 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
}

.container section ol {
  list-style: disc;
  list-style-position: inside;
}


/* ----------------------------------------------------------
   
   #icon_contac_消さない
   
   ---------------------------------------------------------- */
   
.icon_contac { }
.icon_contac {width: 60px;height: 60px;display: block;color: #fefefe;text-align: center;z-index: 11;position:relative;z-index:1;margin: 0 auto;font-size: 14px;}
.icon_contac:before {position:absolute;top:0;left:0;right:0;bottom:0;font-family: 'FontAwesome';/* background: url(../img/common/icon_contact.png) no-repeat center center; */content:"\f003";font-size: 20px;line-height:58px;}
/* .icon_contac:hover {-webkit-transform: translate(0px, -10px); -moz-transform: translate(0px, -10px); -o-transform: translate(0px, -10px); -ms-transform: translate(0px, -10px); transform: translate(0px, -10px); } */
@media only screen and (max-width: 800px) {
.icon_contac a:hover { transform: translate(0px, 0px); }
}
@media only screen and (max-width: 414px) {
.icon_contac { width: 50px; height: 50px; }
.icon_contac:before { font-size: 16px; line-height:48px;  }
}


#rec1 {
  position: relative;
  box-sizing: border-box;
}

#rec1 .w1500 {
  max-width: 1500px;
  padding: 180px 0% 50px;
  width: 92%;
  margin: 0 auto 0;
  position: relative;
}

#rec1 .m2 {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: normal;
  position: absolute;
  top: 35px;
  left: 90px;
}

#rec1 .en_rubi {
  display: block;
  font-size: 90px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

#rec1 .blockL {
  background: #02126d;
  padding: 160px 0px 60px 90px;
  box-sizing: border-box;
  width: 74%;
}

#rec1 .blockL::after {
  content: "";
  display: block;
  clear: both;
}

#rec1 .blockL .inner {
  position: relative;
  width: 65%;
  float: left;
}

#rec1 .blockL .catch {
  font-size: 40px;
  margin-bottom: 35px;
  font-weight: bold;
}

#rec1 .blockL .read {
  line-height: 2;
  margin-bottom: 60px;
}

#rec1 .blockL .see_more {
  width: 70%;
}

#rec1 figure {
  position: absolute;
  top: 30%;
  left: 50%;
  width: 50%;
}

.m2_rec {
  font-size: 60px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.m2_rec span {
  display: block;
  font-family: jp_font;
  font-size: 17px;
}

.w1000_rec {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

#rec2 {
  padding-top: 110px;
  margin-bottom: 40px;
}

.seido_list {
  width: 100%;
}

.seido_list::after {
  content: "";
  display: block;
  clear: both;
}

.seido_list li {
  float: left;
  width: 30%;
  margin-left: 3%;
  background: #eee;
  text-align: center;
  border-top: 7px solid #000;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.seido_list .icon {
  width: 88px;
  height: 84px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("../img/dance/icon1.png");
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-bottom: 20px;
}

.seido_list .icon2 {
  background-image: url("../img/dance/icon2.png");
}

.seido_list .icon3 {
  background-image: url("../img/dance/icon3.png");
}

.seido_list .icon4 {
  background-image: url("../img/dance/icon4.png");
}

.seido_list .icon5 {
  background-image: url("../img/dance/icon5.png");
}

.seido_list .icon6 {
  background-image: url("../img/dance/icon6.png");
}

.seido_list .m3 {
  font-size: 22px;
  margin-bottom: 25px;
}

.seido_list .m3 span {
  font-size: 13px;
  display: block;
}

.seido_list .read3 {
  line-height: 2.2;
}

#rec3 {
  width: 100%;
  background: url("../img/dance/sec3_bg.jpg") no-repeat center center;
  padding: 60px 0;
}

#rec3 .block {
  max-width: 560px;
  width: 40%;
  background: #fff;
  padding: 50px 80px;
  box-sizing: border-box;
  position: relative;
  left: 55%;
  letter-spacing: 0.03em;
}

#rec3 .block .m3 {
  font-size: 40px;
  margin-bottom: 30px;
}

#rec3 .block .read4 {
  line-height: 2.2;
}

#rec4 {
  padding: 90px 0;
}

#rec4 .link_h3, #rec4 .link_h3_off {
  padding: 20px 4%;
  font-size: 23px;
  cursor: pointer;
  margin-bottom: 20px;
  box-sizing: border-box;
}

#rec4 .link_h3 span, #rec4 .link_h3_off span {
  text-align: left;
}

#rec4 .link_h3 .em1, #rec4 .link_h3_off .em1 {
  margin-left: 20px;
  font-size: 14px;
}

#rec4 .link_h3_off {
  background: #333;
  cursor: default;
  color: #02126d;
}

#rec4 .link_h3_off span {
  opacity: 0.4;
  color: #fff;
}

#rec4 .link_h3_off .em2 {
  color: #02126d;
  letter-spacing: 0.04em;
  margin-left: 20px;
  font-size: 16px;
}

#rec4 .arrow_right span::before, #rec4 .arrow_right span::after {
  transition: all 250ms 0s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#rec4 .active span::before {
  display: none;
}

#rec4 .active span::after {
  transform: rotate(135deg);
}

#rec4 .tb_block {
  margin-bottom: 30px;
}

#rec4 .tb1 {
  width: 100%;
}

#rec4 .tb1 th, #rec4 .tb1 td {
  padding: 15px 20px;
  border-bottom: 6px solid #fff;
}

#rec4 .tb1 th {
  width: 30%;
  background: #eee;
}

#rec4 .tb1 td {
  background: #F9F9F9;
}

#rec5 {
  margin-bottom: 100px;
}

#rec5::after {
  content: "";
  display: block;
  clear: both;
}

#rec5 .flow_1 {
  width: 25%;
  float: left;
  padding: 10px 10px;
  box-sizing: border-box;
}

#rec5 .flow_1 .box {
  width: 100%;
  max-width: 200px;
  border: 2px solid #000;
  text-align: center;
  padding: 20px 10px;
  box-sizing: border-box;
  position: relative;
}

#rec5 .flow_1:last-of-type .box::before {
  display: none;
}

#rec5 .flow_1 .box::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

#rec5 .flow_1 .no {
  font-family: "Work Sans", sans-serif;
  color: #02126d;
  font-size: 27px;
  margin-bottom: 15px;
}

#rec5 .flow_1 i {
  display: block;
  margin-bottom: 15px;
}

#rec6 {
  margin-bottom: 90px;
}

#rec6 .about3 {
  padding-bottom: 0;
}

#rec7 {
  background: url("../img/dance/sec7_bg.jpg") no-repeat center center;
  padding: 50px 4%;
  box-sizing: border-box;
}

#rec7 .catch {
  text-align: center;
  margin-bottom: 30px;
}

#rec7 .see_more {
  width: 30%;
  margin: 0 auto;
  background: #fff;
  color: #000;
}

#rec7 .see_more::after {
  background: #02126d;
}

#rec7 .see_more span {
  font-size: 18px;
}

#rec7 .see_more span::before {
  background: #000;
}

#rec7 .see_more span::after {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

/* detail.scss_消さない
--------------------------------------------------------------------------------------- */
#works_single {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 4%;
  box-sizing: border-box;
}

#works_single .mm {
  font-size: 32px;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}

#works_single .url {
  font-size: 16px;
  margin-bottom: 30px;
}

#works_single .url a {
  background: url("../img/common/out_linkj.svg") no-repeat right center;
  background-size: 14px auto;
  padding-right: 25px;
  transition: all .3s;
}

#works_single .url a:hover {
  color: #2ecc71;
}

#works_single .post_img {
  margin-bottom: 50px;
}

#works_single .post {
  padding-top: 30px;
}

#works_single .post h3 {
  padding-left: 20px;
  border-left: 2px solid #02126d;
  font-size: 20px;
  margin-bottom: 25px;
}

#works_single .post p {
  margin-bottom: 20px;
  line-height: 2.2;
}

#works_single .credit {
  width: 100%;
}

#works_single .credit .m {
  font-size: 30px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
}

#works_single .credit .tb10 th, #works_single #works_single .credit .tb10 td {
  padding: 5px;
}

#works_single .credit .tb10 th {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 1500px) {
  body {
    font-size: 15px;
  }

  .catch {
    font-size: 16px;
    margin: 0 auto;
    color: #fff;
    /* text-align: center; */
    /* position: relative; */
  }
  
/*   .concept .catch {
    font-size: 2rem;
    margin: 0 auto;
    color: #ddd;
    text-align: center;
  } */

  .catch p {
  }


  .concept .catch2 {
    font-size: 35px;
  }

  #web_nav ul li {
    font-size: 13px;
  }
  #rec1 .en_rubi {
    font-size: 80px;
  }
  #rec1 .blockL {
    padding: 160px 0px 60px 60px;
    width: 88%;
  }
  #rec1 .blockL .inner {
    width: 70%;
  }
}

@media screen and (max-width: 1280px) {
  body {
    font-size: 15px;
  }
  .concept .catch {
    /* padding-left: 40px; */
  }
  .concept .lead_area {
    padding: 30px 20px 0 20px;
  }

  .event .event_ul li {
    width: 50%;
    margin-bottom: 50px;
  }
  .event .event_ul li .img {
    text-align: center;
  }
  #web_nav ul li {
    width: 33%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  #web_nav ul li:nth-child(4) a {
    border: none;
  }
  #web_nav ul li a {
    padding: 0px 10px;
  }

  #rec1 figure {
    left: 55%;
    width: 45%;
    top: 38%;
  }
}

@media screen and (min-width: 1025px) {
  body {
    font-size: 15px;
  }
  .header.scroll .logo, .header.scroll2 .logo {
    padding: 25px 0 0 25px;
  }
  .header.scroll .gnav ul, .header.scroll2 .gnav ul {
    padding: 0 75px 0 0px;
  }

  .header.scroll .gnav ul li ul, .header.scroll2 .gnav ul li ul {
    padding: 0 20px 0 0px;
  }

  
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    /* padding-left: 40px; */
  }
  .header.scroll .gnav ul li a, .header.scroll2 .gnav ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 25px;
  }


  .header.scroll .gnav ul li ul li a, .header.scroll2 .gnav ul li ul li a {
    font-size: 16px;
    height: 60px;
    padding: 0px 15px;
  }
  
  .header.scroll .switchWrap, .header.scroll2 .switchWrap {
    width: 60px;
    height: 60px;
  }
  .header.scroll .switch__line, .header.scroll2 .switch__line {
    width: 28px;
  }




  
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  .see_more {
    padding: 20px 10px;
  }
  h1.logo {
    top: 25px;
  }
  .header .logo {
    padding: 25px 0 0 25px;
  }
  .gnav ul {
    padding: 0 75px 0 0px;
  }
  .gnav ul li:nth-child(2) {
    /* display: none; */
  }
  .gnav ul li:first-child a {
    padding-left: 50px;
  }
  .gnav ul li a {
    font-size: 18px;
    height: 75px;
    padding: 0px 20px;
  }
  .gnav .switchWrap {
    width: 75px;
    height: 75px;
  }
  .gnav .switch__line {
    width: 28px;
  }
  #footer .inner .block_R {
    /* max-width: 475px; */
    width: 50%;
  }
  #footer .inner .block_R .tel_block {
    width: 42%;
  }
  #footer .inner .block_R .tel_block .tel .time_span {
    display: none;
  }
  #footer .inner .block_R .contact_link {
    width: 55%;
  }

  .concept {
    margin-bottom: 70px;
  }
  .concept .catch {
    font-size: 90px;
  }
  .concept .catch2 {
    font-size: 30px;
  }
  .concept .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

　.staff_top {
    margin-bottom: 70px;
  }
  .staff_top .catch {
    font-size: 90px;
  }
  .staff_top .catch2 {
    font-size: 30px;
  }
  .staff_top .lead {
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
  }

  .works {
    padding: 50px 0 80px;
  }
  .works .see_more {
    max-width: 280px;
  }
  li.work {
    width: 50%;
  }
  li.work .img_box {
    margin-bottom: 5px;
  }
  li.work .title {
    font-size: 17px;
  }
  .topics {
    padding: 30px 0 50px;
  }
  .topics .topics_m {
    margin-bottom: 20px;
  }
  .topics .topics_ul {
    margin-bottom: 20px;
  }
  .topics .topics_ul li {
    width: 46%;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .topics .topics_ul li a {
    padding: 10px;
  }
  .topics .topics_ul li .title {
    padding-bottom: 15px;
  }
  .topics .topics_ul li .date {
    padding-top: 10px;
  }
  .topics .see_more {
    max-width: 280px;
  }
  .about1 .table_area .left_block, .about1 .table_area .right_block {
    width: 100%;
    float: none;
  }
  .about3 .inner .img {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .about3 .inner .lead1 {
    float: none;
    width: 100%;
  }
  .about3 .slick-arrow {
    padding: 15px;
  }
  .about3 .slick-prev::before, .about3 .slick-next::before {
    font-size: 15px;
    width: 15px;
    height: 15px;
  }
  .about3 .slick-prev {
    left: 10px;
  }
  .about3 .slick-next {
    right: 10px;
  }
  #graphic .works_list .work {
    width: 46%;
  }
  .works .works_link {
    font-size: 25px;
  }
  .web_list, .graphic_list {
    width: 100%;
  }
  .web_list {
    margin-bottom: 80px;
  }
  .web_list li:nth-child(odd) {
    border-left: 2px solid #fff;
  }
  .web_line_up .read1 {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .web_line_up #sec1 .read2 {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .web_line_up #sec1 .lineup_img {
    float: none;
    width: 100%;
    text-align: center;
  }
  .web_line_up #sec1 .wrap2 {
    padding: 4%;
  }
  .web_line_up #sec1 .wrap2 .point4 {
    float: none;
    width: 100%;
    margin-bottom: 40px !important;
    padding-right: 0 !important;
  }
  .web_line_up #sec5 .m {
    font-size: 45px;
  }
  #rec1 .w1500 {
    padding: 150px 0% 50px;
  }
  #rec1 .m2 {
    left: 0px;
    width: 100%;
    text-align: center;
  }
  #rec1 .en_rubi {
    font-size: 70px;
  }
  #rec1 .blockL {
    width: 100%;
    padding: 125px 4% 40px;
    text-align: center;
  }
  #rec1 .blockL .inner {
    float: none;
    width: 100%;
  }
  #rec1 .blockL .catch {
    font-size: 30px;
  }
  #rec1 .blockL .see_more {
    margin-right: auto;
    margin-left: auto;
  }
  #rec1 figure {
    display: none;
  }
  .seido_list li {
    width: 46%;
    margin: 0 2% 20px;
  }
  #rec3 .block {
    width: 100%;
    left: 0%;
    margin: 0 auto;
    opacity: 0.8;
    padding: 50px 6%;
  }
  #rec5 .flow_1 .box::before {
    right: -8%;
  }
  #rec7 .see_more {
    width: 92%;
  }
  #rec7 .see_more span {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  h1.logo {
    top: 20px;
    width: 55%;
    left: 3%;
    z-index: 20;
  }
  h1.logo a {
    left: 0%;
  }
  .header .logo {
    padding: 25px 0 0 15px;
  }
  .gnav ul {
    display: none;
  }
  .close_menu ul li {
    /* margin-bottom: 18px; */
  }
  .close_menu a {
    font-size: 18px;
  }
  #footer .inner {
    padding: 35px 20px;
  }
  #footer .inner .block_L {
    float: none;
    width: 100%;
    text-align: center;
  }
  #footer .inner .block_L .logo img {
    width: 180px;
  }
  #footer .inner .block_R {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  #footer .inner .block_R .tel_block {
    max-width: 100%;
    float: none;
    width: 100%;
  }
  #footer .inner .block_R .tel_block .read_1 {
    display: none;
  }
  #footer .inner .block_R .tel_block .tel {
    margin-bottom: 20px;
  }
  #footer .inner .block_R .contact_link {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }


  
  .concept .inner {
    height: 500px;
    background: url(../img/home/img-about-2.jpg?20200909) 80% 90%;



  }
  .concept .catch {
    font-size: 45px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 25px;
  }
  .concept .lead_area {
    width: 80%;
    padding: 0 4%;
    text-align: center;
    /* margin-bottom: 40px; */
    height: 300px;
    margin: 40px auto;
    top: 30%;
  }
  .concept .catch2 {
    margin-bottom: 20px;
  }
  .concept .lead {
    text-align: justify;
  }
  .concept .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .concept .img_area img {
    display: block;
  }

　.staff_top .inner {
    height: auto;
  }
  .staff_top .catch {
    font-size: 3rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    margin-bottom: 25px;
    text-align: center;
  }
  .staff_top .lead_area {
    width: 100%;
    padding: 0 4%;
    text-align: center;
    margin-bottom: 40px;
  }
  .staff_top .catch2 {
    margin-bottom: 20px;
  }
  .staff_top .lead {
    text-align: justify;
  }
  .staff_top .img_area {
    background: none;
    height: auto;
    width: 100%;
    position: relative;
  }
  .staff_top .img_area img {
    display: block;
  }


  .works .m {
    font-size: 50px;
  }
  .works .read {
    margin-bottom: 30px;
    padding: 0 4%;
  }
  li.work {
    width: 100%;
    margin-bottom: 30px;
  }
  li.work .tag {
    padding: 6px 20px;
  }
  li.work .title {
    font-size: 15px;
  }
  li.work .naiyou {
    font-size: 12px;
  }
 
  .event {
    padding: 50px 0 50px;
  }
  .event .event_m {
    margin-bottom: 20px;
  }
  .event .event_ul {
    margin-bottom: 0px;
  }
  .event .event_ul li {
    width: 100%;
    margin-bottom: 50px;
  }
  .event .see_more {
    max-width: 280px;
  }
  .topics .topics_ul li {
    width: 96%;
  }
  .main_v_2nd {
    height: 300px;
  }
  .main_v_2nd .title_area {
    top: 35%;
    left: 20px;
    z-index: 1;
  }
  .main_v_2nd .en_title {
    font-size: 28px;
    line-height: 1;
  }
  .main_v_2nd .en_title .small {
    display: none;
  }
  .main_v_2nd .jp_title {
    font-size: 20px;
  }
  .no_main {
    padding: 100px 0 50px !important;
  }
  .no_main .m {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .no_main .m2_jp {
    font-size: 16px;
  }
  #company .main_v_2nd {
    background: url(../img/about/main_v_sp.jpg?20201216) no-repeat right center;
    background-size: cover;
  }
  .about1 {
    padding: 30px 10px 0px;
  }
  .about1 .title2 {
    font-size: 40px;
  }
  .about1 .table_area .tb1 {
    border-spacing: 8px 0px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    padding: 20px 0 10px;
  }
  .about2 {
    padding: 30px 10px 20px;
  }
  .about2 .lead1 {
    text-align: left;
    padding: 20px 15px 0;
    line-height: 1.8;
  }
  .about3 .inner h3 {
    font-size: 22px;
    padding: 0 4%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  .about3 .autoplay {
    margin-bottom: 30px !important;
  }
  #graphic .works_list .work {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .pager {
    padding: 30px 10px;
    margin-bottom: 30px;
  }
  .pager__buttons__button {
    font-size: 16px;
  }
  .pager__list {
    position: static;
    margin-top: 0;
    transform: none;
  }
  .pager__list a {
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
  }
  .works .works_link {
    padding: 15px 15px;
    font-size: 18px;
  }
  .works .works_link span.en {
    display: none;
  }
  .works .works_link::before {
    width: 20px;
    height: 20px;
  }
  #contact .main_v_2nd {
    background: url(../img/contact/main_v_sp.jpg?20201216) no-repeat center center;
    background-size: cover;
  }
  .contact1 {
    padding: 30px 4%;
  }
  .contact1.no_main {
    padding: 80px 0 40px !important;
  }
  .contact1 .lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact1 .step_ul li:nth-child(n+2)::before {
    width: 3px;
    margin: 0 4%;
  }
  .contact2 .f_set {
    padding: 28px 4% 0;
  }
  .contact2 textarea {
    height: 150px;
  }
  .checkbox {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    height: 48px;
  }
  label {
    padding: 0px 50px;
    line-height: 48px;
  }
  .box_outline {
    top: 12px;
    width: 22px;
    height: 22px;
  }
  .contact__form__policy {
    padding: 20px 0;
  }
  .submit_policy label {
    width: 100%;
    max-width: 460px;
    padding: 0 0px 0 70px;
    font-size: 13px;
  }
  .button_submit {
    width: 82%;
    padding: 20px 0;
  }
  .confirm .f_set {
    padding: 4%;
  }
  #privacy .container {
    padding: 40px 4% 0;
  }
  .container section {
    padding-top: 35px;
  }
  #web_nav ul li {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
  }
  #web_nav ul li a {
    border-left: none;
  }
  #web_nav ul li a {
    padding: 0px 10px 10px;
    border-bottom: 1px dotted #ccc;
  }
  #web_nav ul li a span {
    padding-left: 25px;
  }
 

  #rec1 .w1500 {
    padding: 130px 0% 50px;
  }
  #rec1 .m2 {
    font-size: 18px;
  }
  #rec1 .en_rubi {
    font-size: 38px;
    padding-top: 20px;
  }
  #rec1 .blockL {
    padding: 75px 4% 40px;
  }
  #rec1 .blockL .catch {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #rec1 .blockL .read {
    font-size: 15px;
    line-height: 2.2;
    margin-bottom: 30px;
  }
  .m2_rec {
    font-size: 45px;
  }
  #rec2 {
    padding-top: 20px;
  }
  .seido_list li {
    width: 48%;
    margin: 0 1% 20px;
    padding: 4%;
  }
  .seido_list .icon {
    width: 44px;
    height: 42px;
  }
  .seido_list .m3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #rec3 .block .m3 {
    font-size: 25px;
  }
  #rec4 {
    padding: 50px 0;
  }
  #rec4 .link_h3, #rec4 .link_h3_off {
    font-size: 18px;
  }
  #rec4 .link_h3 .em1, #rec4 .link_h3_off .em1 {
    display: none;
  }
  #rec4 .link_h3_off .em2 {
    font-size: 14px;
    margin-left: 0px;
    display: block;
  }
  #rec5 {
    margin-bottom: 60px;
  }
  #rec5 .flow_1 {
    width: 50%;
    padding: 10px 5px;
  }
  #rec5 .flow_1 .box {
    max-width: 100%;
    padding: 12px 5px;
  }
  #rec5 .flow_1 .box::before {
    display: none;
  }
  #rec7 {
    background: url("../img/dance/sec7_bg_sp.jpg") no-repeat left center;
  }
  #rec7 .catch {
    width: 80%;
    box-sizing: border-box;
  }
  #works_single .mm {
    font-size: 22px;
  }
}




@media screen and (max-width: 640px) {
  body {
    font-size: 15px;
  }
  .header .logo {
    width: 60%;
  }
  #footer .copyright .footer__copy {
    width: 100%;
  }
  .about1 .title2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .about1 .table_area .tb1 th, .about1 .table_area .tb1 td {
    display: block;
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  .about1 .table_area .tb1 th {
    border: none;
    padding: 20px 0 0px;
  }
  .about1 .table_area .tb1 td {
    border-bottom: 1px dotted #ddd;
    padding: 10px 0 10px;
  }
  .about3 .inner h3 {
    text-align: left;
    font-size: 18px;
  }
  .about3 .inner .lead1 {
    text-align: left;
    line-height: 2;
  }
}

@media screen and (max-width: 640px) and (orientation: portrait) {
  body {
    font-size: 15px;
  }
  .main_v .copy_area .en_copy {
    font-size: 38px;
    line-height: 1.8;
    margin-bottom: 5px;
  }
  .main_v .copy_area .jp_copy {
    padding-top: 20px;
    line-height: 1.8;
  }

}





@media screen and (max-width: 500px) {
 
.concept .catch {padding: 50px 0 50px 0;}


  .concept .catch2 {
    font-size: 25px;
  }

  .concept {
    margin-bottom: 20px;
  }


  .concept .lead_area {
    top: 20%;
  }



  .staff_top .catch {
    /* font-size: 30px; */
    /* box-sizing: border-box; */
    /* width: 100%; */
    /* padding: 0 4%; */
    /* margin-bottom: 25px; */
    /* text-align: center; */
    font-size: calc( 2.133rem + 8 * (100vw - 400px) / 240 );
  }

 .staff_top .catch2 {
    font-size: 20px;
  }


  #footer .inner {
    padding: 35px 10px;
  }

  
}





@media screen and (min-width: 1920px) {
  h1.logo {
    left: calc((100% - 1850px)/2);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1024px) {
  .header.scroll .gnav ul li:first-child a, .header.scroll2 .gnav ul li:first-child a {
    padding-left: 50px;
  }
}



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

.close_menu {
    transition: all 0.3s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.close_menu ul {
  width: 100%;
}

.close_menu a {
  font-size: 16px;
  text-align: right;
}

}




/* ----------------------------------------------------------
   
   #scrollUp
   
   ---------------------------------------------------------- */
   
#scrollUp { position: fixed; bottom: 15px; right: 15px; z-index: 1000; }
#scrollUp a {width: 60px;height: 60px;display: block;color: #02126d;background: #fbd050;border:none;text-align: center;z-index: 11;border-radius: 100%;position:relative;z-index:1;}
#scrollUp a:before {position:absolute;top:0;left:0;right:0;bottom:0;font-family: 'FontAwesome';content:"\f106";font-size: 30px;line-height:58px;}
#scrollUp a:hover { transform: translate(0px, -10px); }
@media only screen and (max-width: 800px) {
#scrollUp {bottom: 25px;}
#scrollUp a:hover { transform: translate(0px, 0px); }
}
@media only screen and (max-width: 414px) {
#scrollUp a { width: 50px; height: 50px; }
#scrollUp a:before { font-size: 16px; line-height:48px;  }
}




.link_st01 a{color:#c81f1f;border-bottom: 1px solid #c81f1f;}
.link_st01 a:hover{color:#888787;border-bottom:1px dashed #888787}

/* **************** 2020.10.16 *** */

/* *** footer menu-fit *** */

.menu-fit {
  display: none;
}

@media(max-width: 769px) {

  .menu-fit {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 5px 5px;
    background: rgba(255, 255, 255, .8);
    z-index: 3;
  }

  .menu-fit__wrap {
    display: flex;
    width: 98%;
    margin: 0 auto;
  }

  .menu-fit__btn {
    width: calc(100% / 2);
    margin: 5px;
    padding: 0 5px;
    background:  #EB2A64;
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }

  .menu-fit__txt {
    font-weight: bold;
  }
}

/* ----- ヘッダー固定ボタン --- */

.lock__btn {
  display: none;
}

@media(max-width: 769px) {
  
  .lock__btn {
    display: block;
    position: relative;
  }

  .lock__inner {
    position: absolute;
    top: 90px;
    right: 0;
    z-index: 10;
  }

  .lock__box {
    padding: 10px 30px 10px 10px;
    background: #EB2A64;
    border-radius: 5px 0 0 5px;
  }

  .lock__box:first-child {
    margin-bottom: 10px;
  }

  .lock__item {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}

/* ----- スケジュールページ：改行スマホのみ --- */

.pc-none {
  display: none;
}

@media(max-width: 499px) {
  .pc-none {
    display: block;
  }
}

/* ----- チーム概要：リンク色 --- */

.link__ground a {
  color: #EB2A64;
}

/* ----- TOPページ：ブログアイコン用 --- */

.blog__icon img {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  border-radius: 5px;
}

.sns__header {
  margin-bottom: 10px;
}



.txt_c{text-align:center}
.txt_l{text-align:left}
.txt_r{text-align:right}



.border_span{
	border-bottom: 2px solid #de1515;
}

.weight6_span{
	font-weight:600;
}

.color_red{color:#de1515}
.color_green{color:#067f4e}
.color_blue{color:#067be0}
.color_violet{color:#9f15b7}

.color_red a{color:#de1515;border-bottom:1px solid #de1515}
.color_green a{color:#067f4e;border-bottom:1px solid #067f4e}
.color_blue a{color:#067be0;border-bottom:1px solid #067be0}

.color_red a:hover{color:#c35353;border-bottom:1px dashed #de1515}
.color_green a:hover{color:#21a771;border-bottom:1px dashed #067f4e}
.color_blue a:hover{color:#3b99ea;border-bottom:1px dashed #067be0}

.txt_00{font-size:13px}
.txt_01{font-size:15px}
.txt_02{font-size:16px}
.txt_03{font-size:17px}
.txt_04{font-size:18px}
.txt_05{font-size:19px}
.txt_06{font-size:20px}
.txt_07{font-size:22px}

.pd-top_01{padding-top:5px}
.pd-top_02{padding-top:10px}
.pd-top_03{padding-top:15px}
.pd-top_04{padding-top:20px}
.pd-top_05{padding-top:25px}

.pd-left_01{padding-left:1em}
.pd-left_02{padding-left:2em}
.pd-left_03{padding-left:3em}
.pd-left_04{padding-left:4em}
.pd-left_05{padding-left:5em}


.line-b-gray_01{border-bottom:1px solid #ddd}
.line-b-gray_02{border-bottom:1px dashed #ddd}
.line-b-red_01{border-bottom:1px solid #de1515}
.line-b-red_02{border-bottom:1px dashed #de1515}


.f_weight_400{font-weight:400;}
.f_weight_500{font-weight:500;}
.f_weight_600{font-weight:600;}
.f_weight_700{font-weight:700;}





.bborder-none {
  border-bottom: none;
}

.bborder-inner
 {
  border-bottom: 1px solid #394063;
}




    /* -----------------------------------------------------------

   #breadcrumb

   ----------------------------------------------------------- */
   
#breadcrumb {padding: 10px 12%;/* position:relative; *//* top: 90px; */z-index:1;border-top: #ededed 1px solid;border-bottom: #f5f5f5 1px solid;/* margin-bottom: 30px; *//* right: 0; */text-align: right;color: #000;}
#breadcrumb:before { position:absolute; top:-1px; left:5%; right:5%; height:0; content:""; border-top:#ededed 1px solid; z-index:2; }
#breadcrumb ol { font-size: 0; margin: 0; padding: 0; line-height: 1.8; line-height:1; }
#breadcrumb li {display: inline-block;/* display: inline; */zoom: 1;list-style: none;font-size: 12px;font-weight: normal;margin: 0;padding: 0;letter-spacing: 1px;height:20px;line-height:20px;}
/*#breadcrumb li:after { font-size: 6px; font-family: 'themify'; content: "\e649"; font-weight: normal; margin: 0 10px; height:20px; line-height:20px; }*/
#breadcrumb li:after {font-size: 10px;font-family: 'FontAwesome';content: "\f105";font-weight: normal;margin: 0 10px;height:20px;line-height:20px;}


#breadcrumb li:last-child:after { display:none;}
#breadcrumb li i { font-size: 16px; padding-right: 5px; font-weight: normal; line-height: 1.3; }
#breadcrumb li a {/* border-bottom: #999 1px solid; */position:relative;z-index:1;height:20px;line-height:20px;}
#breadcrumb li:first-child a:before {padding-right:5px; font-size: 11px; font-family: 'themify'; content: "\e69b";}
#breadcrumb li:first-child a:before {padding-right:5px;font-size: 1.2rem;font-family: 'FontAwesome';content: "\f015";padding-right: 10px;font-size: 15px;text-align: left;font-family: 'FontAwesome';/* content: "\f003"; *//* content: url(../images/icon_home.svg); */font-weight: normal;color: #1f1b19;}

#breadcrumb li a:after { position:absolute; top:0; left:0; bottom:0; width:0; content:""; background:transparent; z-index:-1;-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
#breadcrumb li a:hover:after { width:100%; background:#d7e4ed; }
#breadcrumb li a:hover { color:#aaa; border-bottom: #fffdfd 1px solid;}

@media only screen and (max-width: 800px) {
#breadcrumb {padding: 20px 5%;border-top:none;top: 40px;}

#breadcrumb:before { display:none;}
#breadcrumb li a {/* border-bottom: #aaa 1px solid; */font-size: 12px;color:#000;}
#breadcrumb li a:hover:after { display:none;}
#breadcrumb li a:hover { color:#000;  border-bottom: #999 1px solid; }
}

@media only screen and (max-width: 414px) {
#breadcrumb ol { font-size: 0; margin: -10px auto 0; padding: 0; display:block; text-align:left; }
#breadcrumb li {font-size: 14px;margin: 10px 0 0;padding: 0;letter-spacing: 1px;line-height: 2;}
#breadcrumb li:after { margin: 0 5px;}
#breadcrumb li:last-child {overflow: hidden;text-overflow: ellipsis; white-space: nowrap; width:10em;}
#breadcrumb li:first-child a { font-size:0; width:auto;padding-bottom: 7px; }
#breadcrumb li:first-child a:before {padding-right:0; font-size: 18px;}
}

@media only screen and (max-width: 320px) {
#breadcrumb li:last-child { width:6em;}	
}

