@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ! CSSの構成 基本共通スタイル ================================================== 

html・ボディ・コンテナ
ヘッダー
メイン
フッター
テキスト
ボタン
バックグラウンド
パンくず
テーブル
ページング
フォーム

-------------------------------------------------- */

/* ! html・ボディ・コンテナ ================================================== */
/* html */
html {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}


/* ボディ */
body {  
  width: 100vw;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased; font-smoothing: antialiased;
  overflow: hidden;
  counter-reset: content; 
}

/* コンテナ */
.container {
  max-width: 1980px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}


[class*="br_"]{
  display: none;
  }
  
@media screen and (max-width: 600px){
  .container {
    padding: 0 30px;
  }
}
  
@media screen and (max-width: 560px){
  [class*="br_"][class*="560"]{
    display: block;
  }
  
}

@media screen and (max-width: 480px){
  .container {
    padding: 0 20px;
  }
}

img {
  vertical-align: bottom;
  height: auto;
}



/* ! ヘッダー ================================================== */
header {
}


/* ヘッダーメイン */
.header_main {
  padding: 0 30px;
  background: #fff;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
}
.header_main .logo {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
}
.header_main .logo img {
  display: inline-block;
  height: 45px;
}

.header_main > p{
  font: 500 12px/1em 'Hiragino Sans', sans-serif;
  color: #b3b3b3;
  padding: 0 20px;
}
    
@media screen and (max-width: 960px){
  .header_main > p{
    display: none;
  }
}    
@media screen and (max-width: 768px){
  .header_main .logo{
    margin: 0 auto;
  }
}


/* 検索 */
.header_search {
  margin: 0 40px;
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
}
.header_search form {
  width: 100%;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-justify-content: flex-end; justify-content: flex-end;
}
.header_search input[type="text"] {
  border-radius: 0;
}
.header_search .select_wrap {
  margin-right: -1px;
}
.header_search select {
  border-radius: 100px 0 0 100px;
  padding-left: 16px;
}


/* メインメニュー */
.header_main_menu {
  margin-left: auto;
  padding: 10px;
}
.header_main_menu ul {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.header_main_menu a {
  font: 500 12px/1em 'Hiragino Sans', sans-serif;
  color: #777;
}

.header_main_menu .search_area {

}

.search_area_sp, .search_area_sp_icon {
  display: none;
}

@media screen and (max-width: 768px){
  .header_main {
    justify-content: space-between;
  }
  .search_area_sp_icon {
    display: block;
  }

  .search_area_sp_icon {
    width: 25px;
  }

  .search_area_sp {
    padding: 10px 15px 0;
    width: 100%;
    height: 55px;
  }

  .search_area_sp.on {
    display: block;
  }

  .search_area_sp .submit_btn {
    background: url(../img/icon_search.png) no-repeat scroll center center/16px auto;
    border: medium none;
    cursor: pointer;
    float: right;
    padding: 0;
    width: 30px;
    height: 35px;
    background-color: #f1f1f1;
    border-radius: 0;
  }

  .search_area_sp .search_txt {
    float: right;
    width: 160px;
    border: medium none;
    border-radius: 0;
    display: block;
    height: 35px;
    padding: 0 0 0 5%;
    background-color: #f1f1f1;
    border-radius: 0;
  }
}

.header_main_menu .search_area .submit_btn {
  background: url(../img/icon_search.png) no-repeat scroll center center/16px auto;
  border: medium none;
  cursor: pointer;
  float: right;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: #f1f1f1;
  border-radius: 0;
}

.header_main_menu .search_area .search_txt {
  float: right;
  width: 148px;
  border: medium none;
  border-radius: 0;
  display: block;
  height: 30px;
  padding: 0 0 0 5%;
  background-color: #f1f1f1;
  border-radius: 0;
}

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


/* ヘッダーサブ */
.header_sub {
  height: 50px;
  padding: 0 30px;
  background: #1D608C;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  /* 画面幅縮小時に二段にしない */
  flex-wrap: nowrap;
  -webkit-align-items: center; align-items: center;
}

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


/* サブメニュー */
.header_sub_menu > ul {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; 
  /* 画面幅縮小時に二段にしない */
  flex-wrap: nowrap;
}
.header_sub_menu > ul > li {
  position: relative;
}
.header_sub_menu a,
.header_sub_menu .btntoggle {
  display: block;
  cursor: pointer;
  user-select:none;
  color: #fff;
  font: 600 11.5px/1em 'Hiragino Sans', sans-serif;
  perspective:500;
  width: 113px;
  padding: 16px 0;
  text-align: center;
}
.header_sub_menu .btntoggle:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 8px;
  background: url(../img/ico_down_white.svg) ;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.header_sub_menu .btntoggle.current:after {
  -webkit-transform : rotate3d(1,0,0,180deg);
  -ms-transform : rotate3d(1,0,0,180deg);
  transform : rotate3d(1,0,0,180deg);
  -webkit-transform-origin : center center ;
  -ms-transform-origin : center center ;
  transform-origin : center center ;
}

.header_sub_menu > ul > li:hover > .sub-menu {
  display: block;
}

.sub-menu {
  display: none;
  position: absolute;
  background-color: rgba(29,96,140, 0.8);
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 100;
}

.sub-menu .sub-menu-item a{
  display: block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
}

.sub-menu .sub-menu-item a:hover{
  opacity: 0.8;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px){
  .sub-menu {
    position: unset;
    background-color: #f4f4f4;
    width: 100%;
  }

  .sub-menu.on{
    display: block;
  }

  .sub-menu .sub-menu-item a{
    display: block;
    width: 100%;
    padding: 10px 0 10px 24px;
    text-align: left;
    font-size: 12px;
  }
}

/* トグル */
.toggle_wrap {
  width: 600px;
  background: #fff;
  position: absolute;
  top: 96%;
  left: 24px;
  z-index: 10;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,.2);
  box-shadow: 0px 10px 10px 0px rgba(0,0,0,.2);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  pointer-events: none;
  min-height: 450px;
}
.btntoggle.current + .toggle_wrap {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 400;
}
.toggle_nav {
  -webkit-flex: 0 0 160px; flex: 0 0 160px;
}
.toggle_nav li {
  cursor: pointer;
  padding: 12px;
  position: relative;
}
.toggle_nav li:hover {
  color: #36BFFF;
}
.toggle_nav li:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background: url(../img/ico_right_gray.svg);
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.toggle_nav li.current:before {
  background: url(../img/ico_right_navy.svg);
}
.toggle_nav li + li {
  border-top: 1px solid #eee;
}
.toggle_nav p {
  font: 600 13px/1em 'Hiragino Sans', sans-serif;
}


.toggle_cnt {
  padding:  32px;
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
  display: none;
}
.toggle_cnt.current {
  display: block;
}
.toggle_cnt .ttl {
  font: 800 24px/1em 'Hiragino Sans', sans-serif;
  margin: 0 0 16px;
}
.toggle_cnt ul {
  margin-top: 30px;
}
.toggle_cnt ul a {
  color: #222;
  font: 600 14px/1.2em 'Hiragino Sans', sans-serif;
}
.toggle_cnt ul a:hover {
  color: #36BFFF;
}



/* 個別デザイン */
.toggle_cnt {
  background-position: bottom right -20px !important;
  background-repeat: no-repeat !important;
  background-size: 200px 300px !important;
}
.toggle_cnt.kyouikun {
  background: #F2F3F9 url(../img/character/img_kyouikun.svg);
}
.toggle_cnt.manshitsu {
  background: #e7fbff url(../img/character/img_manshitsu.svg);
}





/* アカウントエリア */
.area_account {
  margin-left: auto;
}
.area_account ul {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
}
.area_account ul > li a {
  border-left: 1px solid rgba(255,255,255,.2); 
}
.area_account ul > li:first-child a{
  border: none;
}
.area_account ul > li:last-of-type a {
  padding-right: 0;
}
.area_account a {
  color: #fff;
  font: 800 14px/1em 'Hiragino Sans', sans-serif;
  text-align: center;
  display: block;
  padding: 0 16px;
}
.area_account a > span {
  font: 400 11px/1em 'Hiragino Sans', sans-serif;
  display: block;
}

/* ! ハンバーガーメニュー ================================================== */
.drawer-toggle.drawer-hamburger{
  display: none;
}

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

/* ! メイン ================================================== */
main{
  background: #fff;
  display: block;
  padding: 40px 0 100px;
  position: relative;
  z-index: 0;
}

main.top_re{
  padding: 0;
}




/* ! フッター ================================================== */
footer{
  color: #fff;
}
footer .container {
  max-width: none;
}

/* 上部 */
.footer_main {
  background: #024B6E;
  padding: 30px 0;
}
.footer_main .top {
/*   padding: 0 0 30px; */
}
.footer_main .bottom {
  padding: 20px 0 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.footer_main .bottom .logo {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-justify-content: center; justify-content: center;
}
.footer_main .bottom .logo img{
  height: 16px;
}


.footer_main .top .logo img{
  height: 15px;
  opacity: .2;
  margin: 0 0 7px;
}
.footer_main .top li a{
  color: #fff;
  font: 500 12px/1em 'noto sans japanese';
  padding: 0 10px;
  position: relative;
}
.footer_main .top li a:before{
  content: "";
  position: absolute;
  width: 1px;
  height: 8px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  }
.footer_main .top li:first-child a{
  padding: 0 10px 0 0;
}
.footer_main .top li:first-child a:before{
  display: none;
}

.footer_main .top .text{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between; justify-content: space-between;
  -webkit-align-items: center; align-items: center;
}
.footer_main .top .text .copyright{
  font-size: 10px;
}

@media screen and (max-width: 480px){
  .footer_main .top .text a{
    display: none;
  }
  .footer_main .top .logo{
    text-align: center;
  }
  .footer_main .top .text .copyright{
    margin: 0 auto;
  }
  .footer_main{
    padding: 20px 0;
  }
    
}

/* リスト */
.list_footer {
  display: -webkit-flex; display: flex;
  -webkit-justify-content: center; justify-content: center;
}
.list_footer .service {
  max-width: 600px;
}
.list_footer .ttl {
  font: 700 16px/1em 'noto sans japanese';
  margin: 0 0 12px;
}
.list_footer a {
  color: #fff;
  font: 400 12px/1em 'noto sans japanese';
}
.list_footer a:hover {
  text-decoration: underline;
}



/* 下部 */
.footer_sub {
  background: #043852;
  padding: 20px 0;
}
.footer_sub .container {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
}
.copyright {
  margin-left: auto;
}




/* ! テキスト ================================================== */
p {
  font: 300 14px/1.6em 'Hiragino Sans', sans-serif;
}
a {  
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
h1 { font: 800 28px/1.3em 'Hiragino Sans', sans-serif;}
h2 { font: 600 16px/1.3em 'Hiragino Sans', sans-serif;}
strong{ font-weight: 700;}


@media screen and (max-width: 480px){
  h1 { font: 800 24px/1.3em 'Hiragino Sans', sans-serif;}
  h2 { font: 600 14px/1.3em 'Hiragino Sans', sans-serif;}
}


/* メッセージ */
.message_error {
  font: 400 11px/1em 'noto sans japanese';
  text-align: center;
  padding: 8px;
  background: #ffdde8;
  color: #e50352;
}

/* fbログインボタン */
.btnfb {
  color: #fff;
  font: 600 11px/1em 'noto sans japanese';
  display: inline-block;
  padding: 6px;
  padding-left: 28px;
  border-radius: 3px;
  background: #4267b2;
  position: relative;
}
.btnfb:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../img/ico_fb_white.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
  


/* ! ボタン ================================================== */
[class*="btn_"]{
  color: #222;
  font: 700 15px/1em 'Hiragino Sans', sans-serif;
  letter-spacing: .04em;
  display: inline-block;
  padding: 1em 3em;
  background: #ffe100;
  border-radius: 100px;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 0px 0px #222,0px 6px 4px 0px rgba(0,0,0,.16);
  box-shadow: 0px 3px 0px 0px #222,0px 6px 4px 0px rgba(0,0,0,.16);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
[class*="btn_"]:hover { 
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: none;
  box-shadow: none;
}
[class*="btn_"]:active { 
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,.1) inset;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,.1) inset;
}
a.btn_.connect_fb,
a.btn_.connect_tw{
  color: white;
  box-shadow: none;
  height: 30px;
  padding: 0 15px 0 15px;
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  background: #475993;
}
a.btn_.connect_tw{
	background: #03A9F4;
	padding: 0 22px 0 22px;
}
a.btn_.connect_fb:before,
a.btn_.connect_tw:before{
	content: '';
	display: inline-block;
	width: 15px; height: 15px; 
	margin: 0 3px 0 0;
	background: url(../img/icon_fb_white.svg)no-repeat center left;
	background-size: auto 15px; 
}
a.btn_.connect_tw:before{
	margin: 0 10px 0 0;
	background: url(../img/icon_tw_white.svg)no-repeat center left;
	background-size: 14px; 
}


/* テキスト */
[class*="btntext"] {
  color: #36BFFF;
  display: inline-block;
  font: 600 13px/1em 'Hiragino Sans', sans-serif;
  background: transparent;
}
[class*="btntext"][class*="navy"] {
  color: #1D608C;
}


[class*="btntext"]:hover {
  text-decoration: underline;
}
[class*="btntext"][class*="min"] {
  font: 400 12px/1.4em 'Hiragino Sans', sans-serif;
  letter-spacing: .08em;
}


/* アイコン */
[class*="btntext"][class*="arrow"]{
  padding: 0 13px 0 0;
  position: relative;
  }
[class*="btntext"][class*="arrow"]:before{
  content: "";
  position: absolute;
  background: url("../img/ico_arrow_navy.svg") no-repeat center center;
  background-size: contain;
  width: 8px;
  height: 8px;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*
.ex{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../")
  
  }
*/


/* SNSボタン */
.btnarea_sns {
  position: relative;
  z-index: 1;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
}
.fb_iframe_widget {
  display: -webkit-flex !important; display: flex !important;
  -webkit-align-items: center !important; align-items: center !important;
}
.btnarea_sns > * + * {
  margin-left: 8px;
}
/*
.btnarea_sns > * {
  width: 40px !important;
  height: 40px !important;
  overflow: hidden !important;
  background: #000 !important;
  border-radius: 100px !important;
  position: relative !important;
}
*/



/* カラー */
[class*="btn_"][class*="navy"] { 
  color: #fff;
  background: #014b6e;
}
[class*="btn_"][class*="blue"] { 
  color: #fff;
  background: #36BFFF;
}
[class*="btn_"][class*="white"] { 
  background: #fff;
}
[class*="btn_"][class*="gray"] { 
  background: #ddd;
}

[class*="btn_"][class*="green"] {
  color: #fff;
  background: #47AF1E;
}
[class*="btn_"][class*="red"] {
  color: #fff;
  background: #E12C60;
}



/* プライムボタン */
[class*="btn_"][class*="prime"] { 
  color: #E3275E;
  background: #fff;
  border: 3px solid #E3275E;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,.1);
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,.1);
  }
[class*="btn_"][class*="prime"]:hover { 
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ベーシックボタン */
[class*="btn_"][class*="basic"] { 
  color: #49B3CB;
  background: #fff;
  border: 3px solid #49B3CB;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0,0,0,.1);
  box-shadow: 0px 0px 2px 1px rgba(0,0,0,.1);
  }
[class*="btn_"][class*="basic"]:hover { 
  -webkit-box-shadow: none;
  box-shadow: none;
}



/* キャラクター別 */
[class*="btn_"][class*="kyouikun"] {
  color: #fff;
  background: #7F1085;
}
[class*="btn_"][class*="tourokun"] {
  color: #fff;
  background: #00a1e9;
}
[class*="btn_"][class*="gaiheking"] {
  color: #fff;
  background: #f2bc00;
}
[class*="btn_"][class*="kirokun"] {
  color: #fff;
  background: #e5004f;
}
[class*="btn_"][class*="chintaicho"] {
  color: #fff;
  background: #aa7322;
}
[class*="btn_"][class*="tourokun"] {
  color: #fff;
  background: #00a1e9;
}
[class*="btn_"][class*="tourokun"] {
  color: #fff;
  background: #00a1e9;
}
[class*="btn_"][class*="tourokun"] {
  color: #fff;
  background: #00a1e9;
}
[class*="btn_"][class*="tourokun"] {
  color: #fff;
  background: #00a1e9;
}
[class*="btn_"][class*="kushitsutaisakun"] {
  color: #fff;
  background: #9aba2b;
}
[class*="btn_"][class*="recruitaro"]{
  color: white;
  background: #EA3F8C;
  box-shadow: 0px 5px 6px rgba(0,0,0,.16); 
  min-width: 250px;
  text-align: center;
  padding: 1em;
}


[class*="btn_"][class*="renotta"] {
  color: #fff;
  background: #545252;
}




/* 控えめボタン */ 
[class*="btn_"][class*="min"] {
  font-size: 12px;
  padding: .3em 1em;
  -webkit-box-shadow: 0px 2px 0px 0px #222, 0px 4px 4px 0px rgba(0,0,0,.16);
  box-shadow: 0px 2px 0px 0px #222, 0px 4px 4px 0px rgba(0,0,0,.16);
}
[class*="btn_"][class*="min"]:hover { 
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-box-shadow: none;
  box-shadow: none;
}
[class*="btn_"][class*="min"]:active { 
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,.1) inset;
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,.1) inset;
}



/* 高さ */
[class*="btn_"][class*="thin"] { padding-top: .6em; padding-bottom: .6em;}
[class*="btn_"][class*="thick"] { padding-top: 1.2em; padding-bottom: 1.2em;}


/* 幅 */
[class*="btn_"][class*="narrow"] { padding-left: .5em; padding-right: .5em;}
[class*="btn_"][class*="wide"] { padding-left: 4em; padding-right: 4em;}
[class*="btn_"][class*="full"] { text-align: center; width: 100%;}


/* サイズ */
[class*="btn_"][class*="small"] { font-size: 12px;}
[class*="btn_"][class*="large"] { font-size: 18px;}


/* ボタンエリア */
[class*="btnarea"] { text-align: left;}
[class*="btnarea"][class*="center"] {text-align: center;}
[class*="btnarea"][class*="right"] { text-align: right;}


[class*="btnarea"][class*="top"] {
  margin-top: 20px;
}
[class*="btnarea"][class*="top"][class*= "10"] {
  margin-top: 10px;
}
[class*="btnarea"][class*="top"][class*= "40"] {
  margin-top: 40px;
}

/* 縦並び */
[class*="btnarea"][class*="vertical"] {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-justify-content: center; justify-content: center;
  -webkit-flex-direction: column; flex-direction: column;
  -webkit-align-items: center; align-items: center;
}
[class*="btnarea"][class*="vertical"] [class*="btn"] + [class*="btn"] {
  margin: 12px 0 0;
}

/* ステータス */
/* キャンセル , 未チェックイン */
[class*="btn_"][class*="cancel"],
[class*="btn_"][class*="checkout"],
[class*="btn_"][class*="checkin"],
[class*="btn_"][class*="deposited"]{
  background: none;
  color: #666;
  text-decoration: underline;
  box-shadow: none;
  padding: 0 !important;
  margin: 0 !important;
  font: 500 12px/1em 'noto sans japanese';
  text-align: left;
  letter-spacing: 0px;
  border: none;
}
[class*="btn_"][class*="checkin"]{
  color:#eb5c00;
}
[class*="btn_"][class*="deposited"]{
   color: #F42253;
}
[class*="btn_"][class*="cancel"]:hover,
[class*="btn_"][class*="checkout"]:hover,
[class*="btn_"][class*="checkin"]:hover,
[class*="btn_"][class*="deposited"]:hover{
  border: none;
  transform: translateY(0px);
  padding: 0; 
}
/* 未入金 */
[class*="btn_"][class*="not_payment"]{
  padding: .3em 1em;
  background: #F42253;
}

[class*="button_close"]{
  width: 26px; height: 26px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  right: 6px; top: 6px;
  opacity: .2;
  cursor: pointer;
  display: flex;
  align-items: center; justify-content: center;
  font: 900 14px/1.3em 'noto sans japanese',sans-serif;
  color: #fff;
  transition: all .2s ease;
}
[class*="button_close"]:hover{
  opacity: 1;
}

/* ! バックグラウンド ================================================== */


/* ! パンくず ================================================== */
.bread{}


/* ! テーブル ================================================== */
table{ width: 100%;}
th,td { padding: 8px;}
th {
  color: #fff;
  font: 600 14px/1em 'Hiragino Sans', sans-serif;
  background: #333;
}
td { font: 300 13px/1em 'Hiragino Sans', sans-serif;}
tr + tr { border-top: 1px dotted #333;}
tbody { border-bottom: 1px solid #333;}


/* ! ページング ================================================== */
.paging {margin: 20px 0;}
.paging ul {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
}
.paging li {
  padding: 2px;
}
.paging a {
  color: #024B6E;
  font: 500 12px/1em 'Hiragino Sans', sans-serif;
  text-align: center;
  display: block;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 5px 7px;
  background: #fff;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
   -webkit-box-shadow: 0px 2px 0px 0px #043852, 0px 3px 1px 1px rgba(0,0,0,.1);
  box-shadow: 0px 2px 0px 0px #043852, 0px 3px 1px 1px rgba(0,0,0,.1);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.paging a:hover {
  color: #fff;
  background: #024B6E;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
   -webkit-box-shadow: none;
  box-shadow: none;
}
.paging .current a{
  color: #fff;
  background: #043852;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
   -webkit-box-shadow: none;
  box-shadow: none;
  pointer-events: none;
}
.paging .off a {
  pointer-events: none;
  color: #ddd;
  border-color: #ddd;
}


/* ! フォーム ================================================== */
/* パーツ */
input:not([type="checkbox"]), select, textarea {
    font: 400 14px/1.5em 'Hiragino Sans', sans-serif;
    padding: 4px 8px;
    background: #f9f9f9;
    border: none;
    border-radius: 3px;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,.1) inset;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,.1) inset;
}
input:not([type="submit"]),select { height: 36px;}
textarea { min-height: 160px; resize: none;}
input:focus,select:focus,textarea:focus { outline: none; border-color: #36BFFF;}


/* デフォルトリセットなど */
input,select,button,textarea{ -webkit-appearance: none; -moz-appearance: none; appearance: none;}
button { outline: none;}
select::-ms-expand { display: none;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fafafa inset;}
input[type="checkbox"], input[type="radio"]/* , input[type="file"] */ { display: none; }

/* プレイスホルダー */
input::-webkit-input-placeholder { color: #ccc;}
input:-ms-input-placeholder { color: #ccc;}
input::-moz-placeholder { color: #ccc;}


/* input要素を囲む */
.input_wrap {
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-align-items: center; align-items: center;
  width: 100%;
}

/* 住所などインプット要素を縦に並べる場合 */
.input_wrap + .input_wrap {
  margin: 5px 0 0;
}

/* input要素の横幅を指定(input_wrapと同時に指定) */
.input_50 { max-width: 50px;}
.input_75 { max-width: 75px;}
.input_100 { max-width: 100px;}
.input_120 { max-width: 120px;}
.input_140 { max-width: 140px;}
.input_150 { max-width: 150px;}
.input_200 { max-width: 200px;}
.input_250 { max-width: 250px;}
.input_300 { max-width: 300px;}
.input_350 { max-width: 350px;}
.input_400 { max-width: 400px;}
.input_450 { max-width: 450px;}
.input_500 { max-width: 500px;}
.input_550 { max-width: 550px;}
.input_600 { max-width: 600px;}
.input_full { max-width: 100vw;}


/* セレクトボックス */
select {  width: 100%;  padding-right: 20px; background: #f9f9f9;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,.3);
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,.3);
}
.select_wrap {
  width: 100%;
  position: relative;
}
.select_wrap:before {
  content: "\f107";
  color: #333;
  font: normal 15px/1em 'fontawesome';
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events:none;
}


/* チェックボックス/ラジオボタン */
.checkbox_wrap, .radio_wrap {
  width: 100%;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  position: relative;
}
.checkbox_wrap label, .radio_wrap label {
  cursor: pointer;
  user-select:none;
  font: 400 12px/1.3em 'Hiragino Sans', sans-serif;
  position: relative;
  padding: 0 0 0 22px;
  height: 36px;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
}
.checkbox_wrap label:before,.checkbox_wrap label:after,
.radio_wrap label:before,.radio_wrap label:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  top: 50%;
  left: 8px;
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
  transform: translate(-50% , -50%);
}
.radio_wrap label:before,.radio_wrap label:after {
  border-radius: 50%;
}
.checkbox_wrap label:before,.radio_wrap label:before {
  display: block;
  background: #f9f9f9;
  border: 1px solid #ddd;
}
.checkbox_wrap label:after,.radio_wrap label:after {
  border: 1px solid #ddd;
  background: #333;
}
.checkbox_wrap label:after {
  content: "\f00c";
  color: #fff;
  font: normal 12px/16px 'fontawesome';
  text-align: center;
  border-radius: 3px;
  width: 16px;
  height: 16px;
  display: none;
}


/* ラベルがない場合 */
.checkbox_wrap .label-none {
  padding: 0 0 0 16px; /* boxの幅分 */
}


/* ラジオボタンのデザイン */
.radio_wrap label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #36BFFF;
  border-radius: 100px;
  border-color: transparent;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: center; justify-content: center;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  display: none;
}
/* 選択時の指定 */
input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after { display: block;}
/* 横並び時用 */
input[type="checkbox"] + label,
input[type="radio"] + label{
  margin-right: 20px;
}


/* ラジオボタンのタブ型デザイン */
.radio_wrap.tab input[type="radio"] + label,
.radio_wrap.tab input[type="radio"] + label:before,
.radio_wrap.tab input[type="radio"] + label:after {
  height: 24px;
}
.radio_wrap.tab input[type="radio"] + label {
  color: #aaa;
  font: 600 12px/1em 'Hiragino Sans', sans-serif;
  margin: 0;
  padding: 0 24px;
  z-index: 1;
  cursor: pointer;
}
.radio_wrap.tab label:before,
.radio_wrap.tab label:after {
  height: 28px;
  width: 100%;
  margin-right: 0;
  border-radius: 0;
  border-color: #fff;
  z-index: -1;
}
.radio_wrap.tab label:before {
  background: #F6F6F6;
}
.radio_wrap.tab label:after {  /* これで通常のscaleも打ち消している */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.radio_wrap.tab input[type=radio]:checked + label {
  color: #fff;
}
.radio_wrap.tab label:first-of-type::after {
  border-radius: 4px 0 0 4px;
}
.radio_wrap.tab label:last-of-type::after {
  border-radius: 0 4px 4px 0;
}

/* 不要の時の色 */
.radio_wrap.tab label:first-of-type::after {
  background: #ccc;
}



/* input type file ファイルアップロード */
.file_wrap input[type="file"] + label{
  cursor: pointer;
  color: #fff;
  font: 500 12px/1em 'Hiragino Sans', sans-serif;
  display: inline-block;
  padding: 8px 20px 8px 50px;
  background: #333;  
  border: 1px solid #333;
  border-radius: 100px;
  position: relative;
}
.file_wrap input[type="file"] + label:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/ico_upload_white.svg) no-repeat center center;
  background-size: contain !important;
  position: absolute;
  top: 0;
  left: 0;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.file_wrap input[type="file"]:focus + label,
.file_wrap input[type="file"] + label:hover{
  color: #333;
  background: #fff;
}
.file_wrap input[type="file"]:focus + label:before,
.file_wrap input[type="file"] + label:hover:before{
  background: url(../img/ico_upload_black.svg) no-repeat center center;
}


/* 入力欄とボタンが横並び */
.input_couple {
  width: 100%;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  position: relative;
}
.input_couple input[type="text"],
.input_couple input[type="search"] {
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
  border-radius: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 20px;
  border-right: none;
}
.input_couple [class*="btn_"] {
  height: 36px;
  padding: 0;
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex: 0 0 40px; flex: 0 0 40px;
  background: #36BFFF url(../img/ico_search_white.svg) no-repeat center left 10px ;
  background-size: 14px 14px;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input_couple [class*="btn_"]:hover {
  height: 36px;
  padding: 0;
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex: 0 0 40px; flex: 0 0 40px;
  background: #024B6E url(../img/ico_search_white.svg) no-repeat center left 10px ;
  background-size: 14px 14px;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}


/* ユニット */
[class*="unit"] {
  color: #333;
  font: 400 11px/1em 'Hiragino Sans', sans-serif;
  padding: 0 .5em;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: flex-start; justify-content: flex-start;
  flex: 1 0 auto;
}
[class*="unit_1"] { -webkit-flex: 0 0 2.5em; flex: 0 0 2.5em; }
[class*="unit_2"] { -webkit-flex: 0 0 3.5em; flex: 0 0 3.5em; }
[class*="unit_3"] { -webkit-flex: 0 0 4.5em; flex: 0 0 4.5em; }
[class*="unit_4"] { -webkit-flex: 0 0 5.5em; flex: 0 0 5.5em; }
[class*="unit_5"] { -webkit-flex: 0 0 6.5em; flex: 0 0 6.5em; }
[class*="unit_6"] { -webkit-flex: 0 0 7.5em; flex: 0 0 7.5em; }
[class*="unit_7"] { -webkit-flex: 0 0 8.5em; flex: 0 0 8.5em; }
[class*="unit_8"] { -webkit-flex: 0 0 9.5em; flex: 0 0 9.5em; }
[class*="unit_9"] { -webkit-flex: 0 0 10.5em; flex: 0 0 10.5em; }
[class*="unit_10"] { -webkit-flex: 0 0 11.5em; flex: 0 0 11.5em; }
[class*="unit_11"] { -webkit-flex: 0 0 12.5em; flex: 0 0 12.5em; }
[class*="unit_12"] { -webkit-flex: 0 0 13.5em; flex: 0 0 13.5em; }
[class*="unit_13"] { -webkit-flex: 0 0 14.5em; flex: 0 0 14.5em; }
[class*="unit_14"] { -webkit-flex: 0 0 15.5em; flex: 0 0 15.5em; }
[class*="unit_15"] { -webkit-flex: 0 0 16.5em; flex: 0 0 16.5em; }
[class*="unit"][class*="left"] { -webkit-justify-content: flex-start; justify-content: flex-start;}
[class*="unit"][class*="right"] { -webkit-justify-content: flex-end; justify-content: flex-end;}
[class *="unit"][class*="center"] { -webkit-justify-content: center; justify-content: center;}


/* フォームのリスト */
[class*="list_form"] { margin: -8px -16px;}
[class*="list_form"] > li { padding: 8px 16px;}


/* タイトル側の幅を指定 */
[class*="list_form"][class*="100"] .form_ttl {-webkit-flex: 0 0 100px; flex: 0 0 100px;}
[class*="list_form"][class*="150"] .form_ttl {-webkit-flex: 0 0 150px; flex: 0 0 150px;}
[class*="list_form"][class*="200"] .form_ttl {-webkit-flex: 0 0 200px; flex: 0 0 200px;}
[class*="list_form"][class*="250"] .form_ttl {-webkit-flex: 0 0 250px; flex: 0 0 250px;}
[class*="list_form"][class*="300"] .form_ttl {-webkit-flex: 0 0 300px; flex: 0 0 300px;}


/* ttlとcntを横並びに配置 */
.form_box { 
  display: -webkit-flex; display: flex; 
  -webkit-flex-wrap: nowrap; flex-wrap: nowrap;
  -webkit-align-items: flex-start; align-items: flex-start;
}
.form_ttl {
  font: 700 13px/1.3em 'Hiragino Sans', sans-serif;
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  min-height: 36px;
  -webkit-flex: 0 0 200px; flex: 0 0 200px;
  margin: 0 10px 0 0;
  position: relative;
}
.form_ttl p {
  font: 700 13px/1.3em 'Hiragino Sans', sans-serif;
}
.form_cnt {
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
}

.formbtnarea .btnarea_center{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center; justify-content: center;
  -webkit-align-items: center; align-items: center;
}
.formbtnarea .btnarea_center button + button{
  margin-left: 10px;
}

@media screen and (max-width: 480px){
  .form_ttl p {
    font: 700 12px/1.3em 'Hiragino Sans', sans-serif;
  }
}


/* レスポンシブの表示に */
@media screen and (max-width: 768px){
  .list_form_full .form_box {
    -webkit-flex-wrap: wrap; flex-wrap: wrap;
  }
  .list_form_full .form_cnt {
    width: 100%;
  }
  .formbtnarea .btnarea_center{
    -webkit-flex-direction:column; flex-direction:column;
  }
  .formbtnarea .btnarea_center button + button{
    margin: 10px 0 0 0;
  }
}



/* cnt内に.input_wrapの代わりにpタグ */
.form_cnt p { margin: .7em 0 0;}


/* 必須・任意表示 */
[class*="list_form"] .form_ttl:before { display: none;}
[class*="list_form"][class*="required"] .form_ttl:before { display: block;}
.form_ttl:before {
  content: "任意";
  color: #36BFFF;
  font: 300 11px/1em 'Hiragino Sans', sans-serif;
  text-align: center;
  border: 1px solid #36BFFF;
  border-radius: 2px;
  background: #fff;
  display: inline-block;
  padding: 2px 0;
  width: 30px;
  min-height: 1px;
  margin: -3px 12px 0 0;
}
.required .form_ttl:before {
  content: "必須";
  color: #fff;
  background: #36BFFF;
}

.none .form_ttl:before {
  content: "";
  border: none;
}

/* 個別 */
.html_register_free .form_ttl:before {
  color: #47AF1E;
  border-color: #47AF1E;
}
.html_register_free .required .form_ttl:before{
  color: #fff;
  background: #47AF1E;
}
.html_register_prime .form_ttl:before {
  color: #E12C60;
  border-color: #E12C60;
}
.html_register_prime .required .form_ttl:before{
  color: #fff;
  background: #E12C60;
}



/* 任意・必須項目不要なケース */
.required_none .form_ttl:before { content: ""; opacity: 0;}


/* ! 確認画面用  */
[class*="list_form"][class*="check"] {  position: relative;  margin: 0;}
[class*="list_form"][class*="check"]:before {
  content: "";
  width: 190px;
  height: 100%;
  display: block;
  background: #eee;
  position: absolute;
  top: 0;
  left: 0;
}
[class*="list_form"][class*="check"][class*="200"]:before { width: 200px;}


/* 動画プレイヤー */
/*
@media screen and (min-width: 1100px){
    .page_lesson .lesson_video{
        width: calc(100% - 300px);
        float: left;
    }
    #movie_paging{
        width: calc(100% - 300px);
        float: left;
    }
    .page_lesson .detail_text{
        width: calc(100% - 300px);
        float: left;
    }
    .page_lesson .detail_list_title{
        margin-left: calc(100% - 300px);
        width: 300px;
    }
    .page_lesson .detail_list{
        margin-left: calc(100% - 300px);
        width: 300px;
    }
*/
/*   safari対策コード   */
/*
    .page_lesson .lesson_video{
      position: relative;
        width: calc(100% - 300px);
      overflow: hidden;
    }
    .page_lesson .lesson_video:before {
      content: "";
      display: block;
      padding-top: 56.25%;
    }
    .page_lesson .lesson_video > *{
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
    .page_lesson .lesson_video #vrview{
        height: 100%;
    }

}
*/

#controls {
    overflow: hidden;
    background: #eee;
    margin: 0 auto;
}

#controls > * {
    margin: 8px;
    cursor: pointer;
    opacity: 0.5;
}

#controls > *:hover {
    opacity: 1;
}


#toggleplay {
    float: left;
    background: url('../img/ic_pause_black_24dp.svg');
    width: 24px;
    height: 24px;
}

#toggleplay.paused {
    background: url('../img/ic_play_arrow_black_24dp.svg');
}

#time {
    float: left;
    height: 30px;
    padding-top: 3px;
    margin: 5px 0;
    font-size: 14px;
    width: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#togglemute {
    float: right;
    background: url('../img/ic_volume_up_black_24dp.svg');
    width: 24px;
    height: 24px;
}

#togglemute.muted {
    background: url('../img/ic_volume_off_black_24dp.svg');
}

#volumerange {
    float: right;
    width: 100px;
    height: 24px;
    max-width: calc(100% - 208px);
    margin-left: 0;
}
.detail_text {
  padding: 30px;
}
.detail_text h1 {
  border-bottom: 1px dotted #ccc;
}
.detail_text h1 span {
  font-size: .8em;
  margin-left: 10px;
}
.detail_text .btn {
  display: block;
  max-width: 400px;
  margin: 20px auto 40px;
}
.detail_text p {
  font: 400 13px/1.4em 'noto sans japanese';
}
.detail_list_title {
  padding: 0 30px;
  margin-bottom: -10px;
  display: block;
  font-weight: 600;
}
.detail_list {
  padding: 30px;
}
.detail_list li {
  color: #777;
  padding: 8px;
  font: 400 13px/1.2em 'noto sans japnese';
  border-top: 1px solid #e1e1e1;
  position: relative;
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: space-between; justify-content: space-between;
}
.detail_list li:last-of-type{
  border-bottom: 1px solid #e1e1e1;
}
.detail_list li p:first-child{
    flex-basis: calc(100% - 50px);
}
.detail_list li.test {
  border: 2px solid #e1e1e1;
  padding: 15px;
/*   margin: 5px 0; */
}
.detail_list li.test + li {
  border-top: none;
}
.detail_list li.test i {
  color: #7F1084;
  font-size: 16px;
}
.detail_list li.test p {
  font: 500 14px/1em 'noto sans japanese'; 
}
.detail_list li.test p.point {
  font: 400 12px/1.2em 'noto sans japanese';
}
.detail_list li.test strong {
  font: 900 14px/1em 'noto sans japanese';
  margin-right: 3px;
}
.detail_list li:hover {
  color: #fff;
  background: #7F1084;
}
.detail_list li:hover i {
  color: #fff;
}
.detail_list li:hover span,
.detail_list li:hover span.active,
.detail_list li:hover span.on {
  color: #fff;
  border: 2px solid #fff;
}
.detail_list li i {
  color: #aaa;
  margin-right: 8px;
}
.detail_list li span {
  display: block;
  font: 400 12px/1em 'noto sans japanese';
  color: #e1e1e1;
  padding: 3px;
  border: 2px solid #e1e1e1;
}
.detail_list li span.active {
  color: #fff;
  background: #7F1084;
  border: 2px solid #7F1084;    
}
.detail_list li span.on {
  color: #7F1084;
  border: 2px solid #7F1084;
}
.detail_list li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#movie_paging > ul{
    display: -webkit-flex;
    display: flex;
}
#movie_paging > ul li{
    -webkit-flex: 1;
    flex: 1;
    position: relative;
    height: 40px;
}
#movie_paging > ul li a{
    display: block;
    overflow: hidden;
    font-size: 14px;
}
#movie_paging > ul li div{
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    width: 100px;
    font-size: 12px;
    text-align: center;
    background-color: #333;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#movie_paging > ul li a:hover div{
    background-color: #7F1084;
    color: #fff;
}
#movie_paging > ul li p{
    display: inline-block;
    width: calc(100% - 100px);
    padding: 0 15px;
    line-height: 36px;
    height: 40px;
    font-size: 14px;
    color: #fff;
    border: 2px solid #333;
    background-color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#movie_paging > ul li:first-child{
    text-align: left;
}
#movie_paging > ul li:first-child div:before{
    content: "f104";
    color: #fff;
    font: normal 16px/1em 'fontawesome';
    position: absolute;
    top: 11px;
    left: 10px;
}
#movie_paging > ul li:first-child div{
    float: left;
}
#movie_paging > ul li:first-child p{
    border-right: 1px solid #333;
}
#movie_paging > ul li:first-child{
    text-align: left;
}
#movie_paging > ul li:last-child{
    text-align: right;
}
#movie_paging > ul li:last-child div:before{
    content: "f105";
    color: #fff;
    font: normal 16px/1em 'fontawesome';
    position: absolute;
    top: 11px;
    right: 10px;
}
#movie_paging > ul li:last-child div{
    float: right;
}
#movie_paging > ul li:last-child p{
    border-left: 1px solid #333;
}
#movie_paging > ul li div.no_movie:before{
    display: none;
}
@media screen and (max-width: 680px){
    #movie_paging > ul li p{
        display: none;
    }
    #movie_paging > ul li div{
        width: 100%;
    }
}
@media screen and (max-width: 480px){
  .detail_img_cnt i {
    width: 40px;
    height: 40px;
    font-size: 24px;
    top: 15px;
    left: 15px;
  }
  .detail_img_cnt h1 {
    font-size: 15px;
  }
  .detail_img_cnt a:link, .detail_img_cnt a:visited, .detail_img_cnt a:active {
    width: 100%;
  }
  .detail_text,
  .detail_list {
    padding: 15px;
  }
}

/* コントロールエリア */
.area_control {
  background: #333;
  border: 1px solid #333;
  border-top: none;
  display: -webkit-flex; display: flex;
  -webkit-justify-content: space-between; justify-content: space-between;
}
.area_control > * {
  -webkit-flex: 1 1 auto; flex: 1 1 auto;
}

/* 速度変更 */
#fast-btn-area{
  display: -webkit-flex; display: flex;
  -webkit-flex-wrap: wrap; flex-wrap: wrap;
  -webkit-align-items: center; align-items: center;
  -webkit-justify-content: flex-end; justify-content: flex-end;
}
#fast-btn-area > li {
  border: 1px solid transparent;
}
#fast-btn-area a{
  font-size: 12px !important;
  padding: 0 5px;
  min-width: 25px;
  line-height: 1.5;
  display: block;
  background: #444;
  color: #fff;
}
#fast-btn-area .fast-btn.on,
#fast-btn-area .fast-btn:hover{
  background-color: #7F1084;
  text-decoration: none;
}


/* 画質変更 */
#quality-btn-area {
  display: -webkit-flex; display: flex;
  -webkit-align-items: center; align-items: center;
}
#quality-btn-area > li {
  border: 1px solid #333;
}
#quality-btn-area a {
  color: #fff;
  font: 300 12px/1em 'noto sans japanese';
  display: block;
  padding: 2px 8px;
  background: #444;
}
#quality-btn-area a.on,
#quality-btn-area a:hover{
  background-color: #7F1084;
  text-decoration: none;
}



.students_btn {
    position: absolute;
    bottom: 40px;
    right: 0;
    left: 0;
    width: 200px;
    margin: auto;
    display: block;
}
.students_btn .btn {
    display: block;
}

/*------------------------------
loader
*/
#load,
#load-slider,
#load-video{
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, .8);
    display: -webkit-flex; display: flex;
    -webkit-align-items: center; align-items: center;
    -webkit-justify-content: center; justify-content: center;
}
#load img,
#load-slider img,
#load-video img{
    -webkit-animation: spin 1.2s linear infinite; animation: spin 1.2s linear infinite;
    width: 50px;
    height: auto;
}
.lesson_video .video-js{
    height: 100% !important;
    max-height: 480px;
}
@media screen and (min-width: 1500px){
  .lesson_video .video-js{
    max-height: 870px;
  }
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(360deg);}
}
@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}
#load{
    position: fixed;
}
#load,
#load-video{
    transition: all .3s linear; -webkit-transition: all .3s linear;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
#load.on,
#load-video.on{
    opacity: 1;
    z-index: 100;
    visibility: visible;
}

#load-video{
    background: #333;
    position: absolute;
}

.wideslider_base{
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: all .3s linear; -webkit-transition: all .3s linear;
}
.wideslider_base.on{
    z-index: 1;
    visibility: visible;
    opacity: 1;
}
/*
loader
------------------------------*/

/*------------------------------
レッスン
*/

.lesson_main {
    background: #fff;
    overflow: hidden;
}

/* ビデオ */
.lesson_video {
    background: #333;
    position: relative;
    width: 100%;
}

.lesson_video .dummy {
    max-width: 100%;
    display: block;
    margin: auto;
}

.lesson_video .video-dimensions {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: auto;
}

.video-js .vjs-tech{
    position: static;
    margin: auto;
    display: block;
    max-height: 480px;
}

.video-js .vjs-big-play-button{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    	transform: translate(-50%, -50%);
    height: 65px;
    width: 140px;
}

.vjs-big-play-button.vjs-big-play-button:before{
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	font-size: 50px;
}
/* ビデオ */
.top-banner {
  background-color: #ECF1F4;
  padding: 0 0 25px;
}

.top-banner .top-banner-cnt{
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 480px){
  .top-banner .top-banner-cnt{
    width: 98%;
    margin: 0 auto;
  }
}

.about_work [class*="btnarea"]{
  margin-top: 50px;
}

/* 画面幅に応じてメニュー伸縮 */
@media screen and (max-width: 1190px){

  /* 二段表示時ロゴ中央表示 */
  .header_main {
    justify-content: center;
  }

  /* サブメニュー折り返さない */
  .header_sub {
    flex-wrap: nowrap;
    padding: 0 10px;
  }

  /* 文字列折り返さない */
  .header_sub > .header_sub_menu > ul > li {
    white-space: nowrap;
  }

  /* サブメニュー幅・文字サイズ縮小 */
  .header_sub_menu a,
  .header_sub_menu .btntoggle {
    width: 90px;
    font: 600 clamp(10px, 1vw, 11.5px)/1em 'Hiragino Sans', sans-serif;
  }

  /* 新規会員登録・ログイン折り返さない */
  .area_account ul {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  /* 縮小時文字サイズ小さく */
  .area_account a > span,
  .sub-menu .sub-menu-item a {
    font: 300 clamp(10px, 1vw, 13px)/1em 'Hiragino Sans', sans-serif;
  }
}

/* 画面幅に応じてサブメニュー復元 */
@media screen and (min-width: 1190px){

  .header_main {
    height: 50px;
  }

  .header_sub {
    padding: 0 30px;
  }

  /* サブメニュー幅・文字サイズ復元 */
  .header_sub_menu a,
  .header_sub_menu .btntoggle {
    width: 113px;
    font: 600 11.5px/1em 'Hiragino Sans', sans-serif;
  }

  /* 新規会員登録・ログイン文字 */
  .area_account {
    margin-left: auto;
  }

  /* 文字並び復元 */
  .area_account ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: inherit;
  }

  /* 文字サイズ復元 */
  .area_account a > span,
  .sub-menu .sub-menu-item a {
    font: 400 11px/1em 'Hiragino Sans', sans-serif;
    display: block;
  }
}

/* 三段時の微調整・復元 */
@media screen and (max-width: 900px){

  /* ロゴ位置 */
  .header_main {
    justify-content: space-between;
  }

  /* ロゴ中央表示 */
  section::before {
    content: "";
    width: auto; 
    display: block;
  }

  /* サブメニュー幅・文字サイズ調整 */
  .header_sub_menu a,
  .header_sub_menu .btntoggle {
    width: 72px;
  }

    /* 検索フォーム非表示 */
  .header_main_menu .search_area {
    display: none;
  }

  /* 検索アイコン表示 */
  .search_area_sp_icon {
    display: block;
  }

  .search_area_sp {
    padding: 10px 15px 0;
    width: 100%;
    height: 55px;
  }

  .search_area_sp.on {
    display: block;
  }

  /* 検索フォーム表示時サブメニュー非表示 */
  :has(.search_area_sp.on) .header_main_menu {
    display: none;
  }

  /* 検索フォーム関連 */
  .search_area_sp .submit_btn {
    background: url(../img/icon_search.png) no-repeat scroll center center/16px auto;
    border: medium none;
    cursor: pointer;
    float: right;
    padding: 0;
    width: 30px;
    height: 35px;
    background-color: #f1f1f1;
    border-radius: 0;
  }

  .search_area_sp .search_txt {
    float: right;
    width: 160px;
    border: medium none;
    border-radius: 0;
    display: block;
    height: 35px;
    padding: 0 0 0 5%;
    background-color: #f1f1f1;
    border-radius: 0;
  }
}