@charset "UTF-8";
/*=================================
# mixins
================================= */
/*=================================
# color
================================= */
/*=================================
# common
================================= */
body {
/*  background:#FAFAF3; 
  background:#EDE5FB ; */
  background:#000 ;
  font-size: 16px;
  font-family: "Yu Gothic", "Meiryo", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #fff;
  line-height: 1.6;
}

img {
  /* width: 100%; */
}

.inner {
  max-width: 736px;
  width: 90%;
  margin: 0 auto;
}

.section_title {
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  color: #ff386a;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .section_title {
    font-size: 20px;
  }
}

.entry_line {
  width: 191px;
  margin: 20px auto;
}

.entry_line:hover {
  opacity: 0.7;
}

.entry_line-text {
  padding-left: 8px;
	font-size: 16px;
	font-weight: bold;
}

.entry_line-button {
  width: 100%;
  background: #00B900;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px 10px;
  border-radius: 5px;
  margin: 0px auto;
  position: relative;
	color: #fff;
}

.entry_line-button i {
  margin-right: 10px;
  font-size: 26px;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }
}

/*=================================
# header
================================= */
.header {
  width: 100%;
  height: 130px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 5px;
  position: fixed;
  background: #fff;
  z-index: 100;
  top: 0;
/*デフォルトで非表示にする*/
  opacity: 0;
  visibility: hidden;
}
/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .header {
    height: 120px;
  }
}

.header_logo {
  width: 180px;
  margin: -10px auto 20px;
  color: #ffff00;
}

.header_logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header_logo {
    width: 200px;
  }
}

.header_link {
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}

.header_link:hover {
  color: #ff386a;
  border-bottom: 1px solid #ff386a;
}

.top {
  position: relative;
  left: -2px;
}

.top_picture {
  background: url("../img/orange06.jpg") no-repeat center center/cover;
  padding-top: 66.733%;
}

/* section_1
-------------------------------------------------------------*/
.section_1 {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section_1 {
    margin-top: 20px;
  }
}

.section_1-inner {
  padding-bottom: 10px;
/*  border-bottom: 1px solid #fff; */
}

.section_1-catch {
  color: #ff386a;
}

.section_1-text {
  margin-top: 50px;
  text-align: center;
}
.section_1-1-text {
  margin-top: 5px;
  text-align: center;
}
.section_2-text {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-top: 5px;
  text-align: center;
}

/* section_1-1
-------------------------------------------------------------*/
.section_1-1 {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section_1-1 {
    margin-top: 10px;
  }
}

.section_1-1-inner {
  padding-bottom: 15px;
/*  border-bottom: 1px solid #fff; */
}

.section_1-1-catch {
  color: #ff386a;
}

.section_1-1-text {
  margin-top: 20px;
  text-align: center;
  margin-bottom: 10px;
}

/* section_2
-------------------------------------------------------------*/
.section_2-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.section_2-text {
  text-align: justify;
}

.section_2-yb01 {
  text-align: center;
  margin: 40px auto 0;
  position: relative;
  padding-top: 10px;
  width: 100%;
  height: 450px;
}

.section_2-yb01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .section_2-yb01 {
    height: 250px;
    margin: 20px auto 0;
  }
}

.section_2-video {
  text-align: center;
  margin: 40px auto;
  position: relative;
  padding-top: 17.38587%;
  width: 100%;
  height: 300px;
}

.section_2-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .section_2-video {
    height: 250px;
    margin: 0 auto;
  }
}

.banner {
  text-align: center;
  margin: 40px auto;
  position: relative;
  padding-top: 17.38587%;
  width: 100%;
  height: 230px;
}

.banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .banner {
    height: 158px;
    margin: 0 auto;
  }
}

.section_2-logo {
  text-align: center;
  margin-top: 20px;
  color: #ffff00;
  width: 50%;
}

.section_2-yahoo {
  text-align: center;
  margin-top: 20px;
  color: #ff386a;
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .section_2-yahoo {
    font-size: 20px;
  }
}

/* section_3
-------------------------------------------------------------*/
.section_3-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.section_3-poster {
  margin: 0 auto;
  text-align: center;
  color: #ffff00;
}

.section_3-text {
  margin-top: 40px;
  text-align: justify;
}

.section_3-yb {
  text-align: center;
  margin: 0px auto 0;
  position: relative;
  padding-top: 17.38587%;
  width: 100%;
  height: 450px;
}

.section_3-yb iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .section_3-yb {
    height: 200px;
  }
}

/* section_4
-------------------------------------------------------------*/
.section_4-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section_4-tour {
  width: 500px;
  padding-left: 8%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .section_4-tour {
    width: 100%;
    padding-left: 0;
  }
}

/* section_5
-------------------------------------------------------------*/
.section_5-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.section_5-member-message {
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}

.section_5-wrap {
  margin-top: 20px;
}

ul.section_5-list {

	  width: 736px;

}
ul.section_5-list li {
    margin: 0 auto;		
	width: 368px;

}

.section_5-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section_5-item:nth-child(n + 2) {
  margin-top: 20px;
}

  .section_5-item {
    display: block;
  }
	.section_5-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.section_5-profile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 15px;
	text-align: center;
}

.section_5-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}

.section_5-profile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
	ul.section_5-list {
	  width: 100%;
}
ul.section_5-list li {
    margin: 0 auto;		
	width: 85%;
}

  .section_5-profile {
    padding-top: 20px;
  }
}

.section_5-message {
  margin-top: 40px;
}

/* section_6
-------------------------------------------------------------*/
.section_6-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.section_6-member-works {
  max-width: 400px;
  width: 90%;
  margin: 0 auto;
}

.section_6-member-works img {
  height: 106px;
}

.section_6-wrap {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .section_6-wrap {
    margin-top: 0;
  }
}

.section_6-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
	justify-content: flex-start;
	margin-left: 130px;
}

.section_6-item {
  width: 32%;
	text-align: left;
}

.section_6-item:not(:nth-child(2n + 1)) {
}

.section_6-item:nth-child(n + 4) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
.section_6-list {
	margin-left: 0px;
	}
  .section_6-item {
    width: 100%;
	  	text-align: center;
  }
  .section_6-item:not(:nth-child(2n + 1)) {
    margin-left: 0;
  }
  .section_6-item:nth-child(n + 1) {
    margin-top: 22px;
  }
}

/* section_7
-------------------------------------------------------------*/
.section_7-inner {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.section_7-list + .section_7-list {
  margin-top: 40px;
}

.section_7-title {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}
.section_7-title::before,
.section_7-title::after {
	content: url("../img/i-left2.png");
	width: 40px;
	height: 40px;
}

.section_7-title::before {
	margin-right: 20px;
	margin-top: -10px;
}
.section_7-title::after {
	margin-left: 20px;
	transform: rotate(180deg);
	margin-top: 10px;

}

.section_7-title i {
  margin-right: 10px;
  margin-left: 10px;

}

@media screen and (max-width: 768px) {
  .section_7-title {
    font-size: 20px;
  }
}

/* section_8
-------------------------------------------------------------*/
.section_8-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.section_8-catch i {
  margin: 0 10px;
}

.section_8-debut-item + .section_8-debut-item {
  margin-top: 28px;
}

.pink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  width: 100%;
  height: 89px;
  margin: 0 auto;
  padding: 0 28px;
  background: #ff386a;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.pink:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #ff386a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -7px;
  z-index: 2;
}

.white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 420px;
  width: 100%;
  height: 89px;
  margin: 0 auto;
  padding: 0 28px;
  color: #000;
  background: #eee;
  font-size: 18px;
  font-weight: bold;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.white:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  background: #eee;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -7px;
  z-index: 2;
  margin-left: 175px;
}
.section_8-debut-text{
	margin: 0 auto;
}
.section_8-logo {
  margin-top: 20px;
}

/* section_9
-------------------------------------------------------------*/
.section_9-inner {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.section_9-catch {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #ff386a;
  margin-bottom: 20px;
}

.ac {
  width: 100%;
  margin: 0 auto;
}

.ac_parent {
  position: relative;
  border-bottom: 1px solid #fff;
  background-color: #eee;
  color: #ff386a;
  text-align: justify;
  cursor: pointer;
  padding: 10px 10px 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .ac_parent {
    padding: 10px 57px 10px 20px;
  }
}

.ac_parent:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 3px solid #ff386a;
  border-bottom: 3px solid #ff386a;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.ac_parent.open:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.ac_child {
  display: none;
  padding: 20px;
  background-color: #fff;
  text-align: justify;
  color: #ff386a;
}

/* section_10
-------------------------------------------------------------*/
.section_10-inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section_10-address {
  text-align: center;
}

.section_10-map {
  margin-top: 20px;
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 81.52174%;
}

.section_10-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_10-audition-banner {
  max-width: 736px;
  width: 100%;
  margin: 20px auto 0;
}

/* footer
-------------------------------------------------------------*/
.footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  border-top: 1px solid #fff; 
  padding: 10px;
}

.footer_copyright {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */
@media print, screen and (max-width : 767px) {
.company {
    width: 100%;
    margin: 0px auto 0px auto;
    border: none;
}
.company td{
	border-bottom: 1px solid #00AEBD;
	padding: 0px 0px 30px 0px ;
	font-size: 16px;
	display: block;
}
.company th{
	text-align: left;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	width: 100%;
	padding: 30px 0 10px 0;
	display: block;
}
	li.photo3col_02 {
  width: 100%;
  margin: 0 0 20px 50px ;
}

}
@media print, screen and (min-width : 768px) {
  .company {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto 0px auto;
    font-size: 16px;
  }
  .company th {
    border-bottom: #00AEBD 1px solid;
    text-align: left;
    padding: 20px 0px;
    font-weight: 500;
    width: 10%;
	  color: #fff;
  }
  .company td {
    border-bottom: #00AEBD 1px solid;
    text-align: left;
    padding: 20px 0px;
  }
		  li.photo3col_02 {
    width: 32%;
  margin: 0 0 20px 0 ;
  }
		  li.photo3col_02 img{
    width: 230px;
  }

}
@media print, screen and (min-width : 1200px) {
	  .company th {
    border-bottom: #00AEBD 1px solid;
    text-align: left;
    padding: 15px 0px;
    font-weight: 500;
    width: 200px;
	  color: #fff;
  }
}