@charset "utf-8";
/*-------------------------------------------------

ECC Premium

-------------------------------------------------*/
#premium #wrap{
  background-color: #000;
}

main #slider {
  width: 100%;
  height: 600px;
  position: relative;
}
.vegas-animation-kenburns {
    animation: kenburns ease-out;
}

@keyframes kenburns {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.3);
    }
}
#premium #contents{
  font-family:"Noto Serif JP","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  min-width: initial;
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  color: #fff;
}
#premium #contents .inner{
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

#premium #contents .main h1{
  font-size: 5rem;
  color: #727A7F;
  line-height: 1;
  text-align: center;
  margin: 85px 0 100px;
  font-weight: 500;
}
#premium #contents .main h1 span{
  font-size: 1.8rem;
  color: #FFF;
  font-weight: 400;
}
#premium #contents .bg_black{
  background-color: #000;
  padding-bottom:350px;
}

#premium #contents .bg_black h2,
#premium #contents .interview h2,
#premium #contents .access_area h2{
  text-align: center;
  font-size: 2.8rem;
  margin: 0 0 60px;
  line-height: 1.4;
  font-weight: 500;
  position: relative;
  padding-top: 70px;
}

#premium #contents .teacher h2,
#premium #contents .learning_space h2,
#premium #contents .course h2{
  text-align: center;
  font-size: 2.8rem;
  color:#333;
  font-weight: 500;
  position: relative;
  padding-top: 70px;
}
#premium #contents .bg_black h2 span,
#premium #contents .teacher h2 span,
#premium #contents .learning_space h2 span,
#premium #contents .course h2 span,
#premium #contents .interview h2 span,
#premium #contents .access_area h2 span{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  /*  テキストで入れる場合
  font-size: 2.2rem;
  font-family: initial;
  display: inline-block;
  margin-bottom: 40px;*/
}

#premium #contents .message{
  background: url(/school/premium/ginza/img/school_director.jpg) no-repeat top;
  background-size: cover;
  height: 650px;
}

#premium  #contents #shinjuku .message{
  background: url(/school/premium/shinjuku_m/img/school_director.jpg) no-repeat top;
  background-size: cover;
  height: 650px;
}

#premium  #contents #meieki .message{
  background: url(/school/premium/msmeieki/img/school_director.jpg) no-repeat top;
  background-size: cover;
  height: 650px;
}

#premium  #contents #umeda .message{
  background: url(/school/premium/umeda/img/school_director.jpg) no-repeat top;
  background-size: cover;
  height: 650px;
}

#premium  #contents #tennoji .message{
  background: url(/school/premium/tennoji_s/img/school_director.jpg) no-repeat top;
  background-size: cover;
  height: 650px;
}


#premium #contents .message .message_inner{
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#premium #contents .message .message_inner p{
  font-size: 1.6rem;
  width: 450px;
  padding: 320px 0 0 0;
  margin-right: 20px;
  line-height: 2.2;
  word-break: break-all;
}
#premium  #contents #umeda .message p{
  width: 430px;
}
#premium  #contents #tennoji .message p {
  width: 440px; 
}
#premium #contents .teacher{
  background-color: #fff;
  padding-top: 120px;
}
#premium #contents .learning_space{
  background-color: #fff;
  padding: 120px 0 200px;
}

#premium #contents .teacher .teacher_inner,
#premium #contents .learning_space .learning_space_inner{
  max-width: 700px;
  width: 100%;
  margin: 100px auto 0;
  font-size: 1.6rem;
}
#premium #contents .teacher .teacher_inner p,
#premium #contents .learning_space .learning_space_inner p{
  color: #333;
  line-height: 2.4;
}

/*講師とフォトギャラリーの*/
.slider_area {
  width: 100%;
  position: relative;
  margin:40px auto;
}

.slider_area .slider {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.slider_area .slider li {
  margin: 0 auto;
  padding:0 30px;
}
.slider_area .slider .slick-list {
  width: 100%;
}
.slider_area .slider .slick-track{
  width: 100%;
}
.slider_area .slider  img {
    width:700px;
    height:450px;
}
/*ドットナビゲーションの設定*/
.slider_area .slider .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
}
.slider_area .slider .slick-dots li {
  display:inline-block;
  padding: 0 10px;
}
.slider_area .slider .slick-dots button{
    color: transparent;
    outline: none;
    width: 7px;
    height: 7px;
    display: block;
    border-radius: 50%;
    background: #949AAB;
}
.slider_area .slider .slick-dots .slick-active button{
  background:#000;
}
/* Arrows */
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #000;
    border: none;
    outline: none;
    background: none;
    border-radius: 100%;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
  color: #000;
  outline: none;
  background: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev{
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-left: -380px;
}
[dir='rtl'] .slick-prev{
    right: 19%;
    left: auto;
}
.slick-prev:before{
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  left: 35%;
  width: 25px;
  height: 25px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
}
[dir='rtl'] .slick-prev:before{
    content: '→';
}

.slick-next {
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin-right: -410px;
}
[dir='rtl'] .slick-next{
    right: auto;
    left: 5%;
}
.slick-next:before{
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  left: 35%;
  width: 25px;
  height: 25px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}
[dir='rtl'] .slick-next:before{
    content: '←';
}
#premium #contents .teacher ul li {
	position: relative;
}

#premium #contents .teacher ul li .caption {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  font-size: 2rem;
  width: 100%;
  font-family: initial;
  font-weight: bold;
}

#premium #contents .teacher ul li .caption span{
  font-size: 1.6rem;
  font-weight: normal;
}

#premium #contents .teacher ul li .mask {
	width:92%;
	height:100%;
	position:absolute;
	top:50%;
	left:50%;
	opacity:0;
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
  transform: translateY(-50%) translateX(-50%);
  transition: opacity 1.5s ease;
}

#premium #contents .teacher ul li:hover .mask {
	opacity:1;
}
/*インタビュー*/
#premium #contents .interview{
  background-color: #000;
  padding:120px 0;
}

#premium #contents .interview figure{
  text-align: center;
}
#premium #contents .interview h3{
  text-align: center;
  font-size: 3rem;
  margin: 50px 0;
  font-weight: 500;
}

#premium #contents .interview h3 span{
  font-size: 1.6rem;
}

#premium #contents .interview ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}

#premium #contents .interview ul li{
  width: 47%;
  margin-bottom:40px;
}

#premium #contents .interview ul li p{
  font-size: 1.6rem;
}

#premium #contents .interview ul li p:nth-of-type(1){
  color:#cbc88c;
  font-size: 1.8rem;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 600;
  margin-bottom:20px;
}
/*コース*/
#premium #contents .course{
  background-color: #E4E8EB;
  padding: 120px 0;
}
#premium #contents .course .note{
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  color: #000;
}
#premium #contents .course .course_inner{
  max-width: 700px;
  width: 100%;
  margin:0 auto;
}
#premium #contents .course h2{
  margin-bottom:40px;
}
#premium #contents .course .course_inner p {
  margin-bottom: 10px;
  font-size: 2rem;
  position: relative;
  background-color: #000;
  padding: 20px 30px;
  color: #fff;
  font-weight: 600;
}
#premium #contents .course .course_inner p::after{
  position: absolute;
  top: 30%;
  right: 3%;
  content: "＋";
  font-size: 2.4rem;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  font-family: initial;
  width: 40px;
  height: 40px;
  font-weight: normal;
}
#premium #contents .course .course_inner p.active::after {
  content: "－";
}

#premium #contents .course .course_inner div{
  display: none;
  padding: 30px;
  background-color: #fff;
  margin: -10px 0 10px;
  color: #000;
  font-family: initial;
  line-height: 2;
  font-size: 1.6rem;
}
#premium #contents .course .course_inner div a{
  background-color: #7e8287;
  padding: 5px 0;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 20px;
  position: relative;
  text-decoration: none;
}
#premium #contents .course .course_inner div a i{
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
  font-size: 3rem;
}

/*アクセス*/
#premium #contents .access_area{
  background-color: #000;
  padding:120px 0;
}

#premium #contents .access_area .contact{
  width: 100%;
  max-width: 650px;
  margin:40px auto;
  text-align: center;
}

#premium #contents .access_area .contact h4{
  font-size: 1.8rem;
}

#premium #contents .access_area .contact p{
  font-size: 4rem;
}

#premium #contents .access_area .contact a{
  background-color: #7e8287;
  padding: 10px 0;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
  position: relative;
  text-decoration: none;
}
#premium #contents .access_area .contact a i{
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
  font-size: 3rem;
}

#premium #contents .access {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3.0rem;
  position: relative;
  z-index: 0;
}
.ly_access_left {
  width: 45.0rem;
  margin-right: 5.0rem;
}
#map_canvas {
  height: 400px;
  margin-top: 20px;
}

#map_canvas iframe{
  filter: grayscale(100%);    width: 100%;
  height: 100%;
}

.bl_access_info {
  color: #fff;
  min-width: 440px;
  margin: 0;
}
.ly_access_right {
  flex: 1;
}

.el_titleAccess2 {
  font-size: 1.6rem;
  overflow: hidden;
  position: relative;
  color: #CBC88C;
}

.el_titleAccess2::before {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #CBC88C;
  left: 0;
  margin-top: -1px;
}
.el_titleAccess2 span {
  background: #000;
  position: relative;
  padding: 0 1rem 0 0;
  display: inline-block;
}
.hp_mb_md {
  margin-bottom: 3rem;
}
.bl_weeklyUnit {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bl_weekly {
  width: 49%;
  font-size: 1.4rem;
}
.bl_weekly span:first-child {
  display: inline-block;
  padding: 0 1.5rem;
  margin-right: 2.5rem;
}
.bl_weekly li {
  width: 100%;
  border-bottom: 1px dashed #fff;
  padding: 0.5rem 0;
}
#access_flow h3 {
	margin: 0 0 15px;
	font-size: 1.8rem;
	line-height: 1.6;
}
#access_flow .access_flow_list{
}
#access_flow .access_flow_list li{
	margin-bottom:10px;
}
#access_flow .access_flow_list li:last-child{
	margin-bottom:0;
}

#access_flow .grad-trigger {
  display: none;
}
.contactBtn{
  max-width: 650px;
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}
.contactBtn a{
  background-color: #7e8287;
  padding: 10px 0;
  color: #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  margin-top: 20px;
  position: relative;
  text-decoration: none;
}
.contactBtn a:hover {
  opacity: .7;
  text-decoration: none;
}
@media screen and (max-width: 720px) {
#wrap {
  padding:49px 0 0 !important;
}
main #slider {
  width: 100%;
  height:500px;
}
#premium #contents .bg_black {
  padding-bottom: 0;
}
#premium #contents .bg_black h2, 
#premium #contents .interview h2, 
#premium #contents .access_area h2 {
  font-size: 2rem;
  margin: 0 0 30px;
  line-height: 1.4;
  padding-top:40px;
}
#premium #contents .bg_black h2 span, 
#premium #contents .teacher h2 span, 
#premium #contents .learning_space h2 span, 
#premium #contents .course h2 span, 
#premium #contents .interview h2 span, 
#premium #contents .access_area h2 span{
  width: auto;
  display: inline-block;
  /*font-size: 1.6rem;*/
}
#premium #contents .bg_black h2 span img, 
#premium #contents .teacher h2 span img, 
#premium #contents .learning_space h2 span img, 
#premium #contents .course h2 span img, 
#premium #contents .interview h2 span img, 
#premium #contents .access_area h2 span img{
  width: 80%;
}
#premium #contents .main h1 {
  font-size: 3.2rem;
  margin: 50px 0 80px;
}
#premium #contents .main h1 span {
  font-size: 1.6rem;
}  
#premium #contents .message {
  background: none;
  height: auto;
  padding-bottom: 40px;
}

#premium  #contents #shinjuku .message{
  background: none;
  height: auto;
  padding-bottom: 40px;
}

#premium  #contents #meieki .message{
  background: none;
  height: auto;
  padding-bottom: 40px;
}

#premium  #contents #umeda .message{
  background: none;
  height: auto;
  padding-bottom: 40px;
}

#premium  #contents #tennoji .message{
  background: none;
  height: auto;
  padding-bottom: 40px;
}

#premium #contents .message .message_inner {
  margin: 0 auto;
  width: 100%;
  display: block;
}
#premium #contents .message .message_inner figure img {
  width: 100%;
}
#premium #contents .message .message_inner p{
  font-size: 1.4rem;
  width: auto;
  padding: 20px 25px;
  margin-right: 0;
  line-height: 1.8;
}
#premium  #contents #umeda .message p,
#premium  #contents #tennoji .message p{
  width: auto;
}

#premium #contents .teacher {
  padding-top: 60px;
}
#premium #contents .teacher h2, 
#premium #contents .learning_space h2, 
#premium #contents .course h2 {
  font-size: 2rem;
}

#premium #contents .teacher .teacher_inner p, 
#premium #contents .learning_space .learning_space_inner p {
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 2;
}
#premium #contents .teacher ul li .caption{
  color: #000;
  position: initial;
  transform: initial;
  font-size: 1.4rem;
  width: 100%;
  font-family: initial;
  font-weight: bold;
  height: 100%;
  text-align: center;
  margin: 15px auto 0;
}
#premium #contents .teacher ul li.scott .caption {
  width: 35%;
}
#premium #contents .teacher ul li.sarah .caption {
  width: 40%;
}

#premium #contents .teacher ul li.ruri .caption{
  width: 45%;
}
#premium #contents .teacher ul li.christine .caption {
  width: 50%;
}
#premium #contents .teacher ul li.meg .caption,
#premium #contents .teacher ul li.hide .caption{
  width: 55%;
}
#premium #contents .teacher ul li.tom .caption,
#premium #contents .teacher ul li.jun .caption{
  width: 60%;
}
#premium #contents .teacher ul li.ellen .caption,
#premium #contents .teacher ul li.april .caption,
#premium #contents .teacher ul li.khim .caption{
  width: 70%;
}
#premium #contents .teacher ul li.mason .caption,
#premium #contents .teacher ul li.james .caption{
  width: 80%;
}
#premium #contents .teacher ul li.michael .caption,
#premium #contents .teacher ul li.cherry .caption,
#premium #contents .teacher ul li.yana .caption{
  width: 90%;
}
#premium #contents .teacher ul li .caption span{
  font-size: 1.2rem;
}
#premium #contents .teacher ul li .mask {
  width: auto;
  height: auto;
  position: initial;
  opacity: 1;
  background-color: rgba(0,0,0,0);
  transition: initial;
  transform: initial;
  margin: 0 auto;
}
#premium #contents .teacher ul li:hover .mask {
	opacity:1;
}

#premium #contents .learning_space {
  padding: 120px 0;
}
.slider_area .slider {
  width: 100%;
  margin:20px auto;
  padding: 0 30px;
}
.slider_area .slider li{
  margin: 0 auto;
}

.slider_area .slider img {
  width: auto;
  height: 300px;
  margin: 0 auto;
}

.slider_area .slider .slick-dots {
  bottom: -30px;
}
.learning_space .slider_area .slider .slick-dots {
  bottom: -50px;
}
.slick-prev,
.slick-next{
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
}
.slick-prev {
  left: 15px;
  margin: 0;
}
.slick-next{
  right:15px;
  margin: 0;
}
#premium #contents .teacher .slick-prev,
#premium #contents .teacher .slick-next{
  top: 35%;
} 
.slick-next::before,
.slick-prev::before {
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

#premium #contents .interview {
  padding: 60px 20px 40px;
}
#premium #contents .interview h3 {
  font-size: 1.8rem;
}  

#premium #contents .interview h3 span {
  font-size: 1.4rem;
  display: block;
  margin-top: 20px;
}
#premium #contents .interview ul {
  display: block;
  width: 100%;
}

#premium #contents .interview ul li {
  width: 100%;
}
#premium #contents .interview ul li p:nth-of-type(1) {
  font-size: 1.4rem;
}
#premium #contents .interview ul li p {
  font-size: 1.4rem;
}  
#premium #contents .interview figure img{
  width: 100%;
}

#premium #contents .course {
  padding: 60px 0;
}
#premium #contents .course .course_inner {
  width: 95%;
}
#premium #contents .course .course_inner p {
  font-size: 1.6rem;
}
#premium #contents .course .course_inner div {
  font-size: 1.4rem;
}
#premium #contents .course .course_inner div a {
  font-size: 1.4rem;
}
#premium #contents .course .note {
  width: 90%;
}
#premium #contents .access_area {
    padding: 60px 0;
}
#premium #contents .access_area .access{
  display: flex;
  width: 100%;
  margin: 0 auto;		
  padding: 3.0rem;
  flex-flow: column;
}
#premium #contents .access_area .contact h4 {
  font-size: 1.4rem;
}
#premium #contents .access_area .contact a {
  width: 90%;
  font-size: 1.4rem;
  margin-top: 0;
}

#premium #contents .access_area .contact p a {
  width: auto;
  background: none;
  font-size: 3.2rem;
}

.ly_access_left{
  width: 100%;
  margin-right: 0;
  margin-bottom: 3.0rem;
}

#map_canvas{
  max-width: 100%;
  height: 200px;
}
.ly_access_right{
  width: 100%;
}
.bl_access_info{
  width: 100%;
  min-width: 100%;
}
.bl_weekly span:first-child{
  padding: 0 0 0 0;
  margin-right: 1.0rem;
}

#access_flow{
  position: relative;
	padding: 25px 0;
	margin: 0 0 60px;
}
#access_flow h3 {
	margin: 0 0 15px;
	font-size: 1.6rem;
	line-height: 1.6;
  text-align: center;
}
.contactBtn a{
  width: 90%;
  font-size: 1.4rem;
  margin: 0 auto;
}

/*#access_flow .access_flow_list{
  position: relative;
  overflow: hidden;
  height: 80px; /*隠した状態の高さ
}
#access_flow .access_flow_list li::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ
  background: -webkit-linear-gradient(top, #000, rgba(255, 255, 255, 0.1));
  background: linear-gradient(to top, #000, rgba(255, 255, 255, 0.1));
  content: "";
}
#access_flow .access_flow_list li:last-child{
	margin-bottom:0;
}
#access_flow .grad-btn::before {
    position: absolute;
    content: "▼";
    font-size: 1.1rem;
    padding: 2px 10px;
    text-align: center;
    cursor: pointer;
    background-color: #FFF;
    border-radius: 5px;
    font-weight: normal;
    width: 50px;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
  color: #000;
}
#access_flow .grad-trigger {
  display: none;
}
#access_flow .grad-trigger:checked ~ .grad-btn::before {
  content: "▲";
  top: 95%;
}
#access_flow .grad-trigger:checked ~ .access_flow_list {
  height: auto; 
}
#access_flow .grad-trigger:checked ~ .access_flow_list li::before {
  display: none; 
}*/
}

