/*reset css */
@import url("font.css");

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{
    padding:0;
    margin:0;
}
table{
    border-collapse: collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-weight:normal;
    font-style:normal;
}
ol,ul{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
    font-size:100%;
}
q:before,q:after{
    content:'';
}
abbr,acronym{
    border:0;
}


/*smart novel original css */

.vertical_text{
    /*color:white;*/
    writing-mode:tb-rl;
    writing-mode:vertical-rl ;
    -webkit-writing-mode:vertical-rl ;
    float:right;
    /*height : 960px ;*/

}


.layer_menu {
  font-family:"k8x12sregular";
    display:none;
    font-size:36px;
    /* font-weight:bold; */
    position:absolute;
    width:100%;
    height:100%;
}



/*メニュ－ボタン系*/
.menu_item {position:relative;margin-top:3%;text-align:center;cursor:pointer}
.menu_item img {width:auto;max-width:80%;max-height:10%;}
.display_menu .button:first-child {margin-top:0;}
.display_menu{
    overflow:visible;padding:0;
    z-index: 10000;
    width:100%;
    height:100%;
    position: absolute;
    display:block;
    /*overflow:visible;padding:2%;display:table-cell;vertical-align:middle*/
}

/* セーブ時の画面の設定
--------------------------*/
/* セーブデータリスト全体の設定 */
.save_list {
	display: table;
	table-layout: fixed;
	width: 70%;
	height:76px;
	font-size: 14px;
	font-weight: normal;
	border-top: 1px dotted #CCC;
}

/* セーブデータの設定 */
.save_list_item {
	display: table-row;
	cursor: pointer;
}

/* セーブデータのサムネイル部分の設定 */
.save_list_item_thumb {
	display: table-cell;
	width: 96px;
	height:72px;
	padding-top:5px;
	padding-left:10px;
	border-bottom: 1px dotted #CCC;

}

.save_list_item_thumb img {
	width: 96px;
	height: 72px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* セーブデータのテキスト部文の設定 */
.save_list_item_area {
	display: table-cell;
	vertical-align: top;
	padding: 0 10px;
	border-bottom: 1px dotted #CCC;
}
/* セーブデータの日付の設定 */
.save_list_item_date {
	display: block;
	padding: 5px 0;
	line-height: 1;
	color:#48D1CC;
}
/* セーブデータのテキストの設定 */
.save_list_item_text {
	display: block;
	line-height: 1.3;
	height: 36px;
	overflow: hidden;
	color:#666;
}



.layer_event_click{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
}

.layer{
	background-size: 1278px 720px;
  background-repeat: no-repeat;
}

.button_menu{
    position:absolute;
    z-index:99999;
    top:20px;
    cursor:pointer;
}

/*
 CSSを修正することで、ゲーム画面をカスタマイズすることが可能です
 * */

/*ゲーム枠の外側の色を指定します*/

body{
    background-color:black;
    -webkit-tap-highlight-color: transparent;
    overflow:hidden;
}

/*次へのクリックを促すアイコン*/

.img_next{
    padding-left:3px;
}

/*テキストボックスの共通スタイル*/
.text_box{
  color : #181425;
  border: none;
  padding-left: 24px;
  background-color:transparent;
}

.tyrano_base{
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;

}

/* button
---------------------------------------------- */
.glink_button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	/* margin: 0 2px; */
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	/* font: 14px/100% Arial, Helvetica, sans-serif; */
	/* font: 36px/100% "k8x12sregular"!important; */
  /* font-size: 36px!important; */
	padding: .5em 2em;
	/* text-shadow: 0 1px 1px rgba(0,0,0,.3); */
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	/* -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); */
	/* -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);　 */
	/* box-shadow: 0 1px 2px rgba(0,0,0,.2); */
  box-sizing: border-box;
}
.glink_button:hover {
	text-decoration: none;
}
.glink_button:active {
	position: relative;
	top: 1px;
}


.button_graphic {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	/*margin: 0 2px;*/
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	/* font: 14px/100% Arial, Helvetica, sans-serif; */

	/* padding: 1em 2em 1em; */
	color:white;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);


}
.button_graphic:hover {
	text-decoration: none;
}
.button_graphic:active {
	position: relative;
	top: 1px;
}



.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

/* gray */
.gray {
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.gray:hover {
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top,  #757575,  #4b4b4b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top,  #575757,  #888);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* red */
.red {
	color: #faddde;
	border: solid 1px #980c10;
	background: #d81b21;
	background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317));
	background: -moz-linear-gradient(top,  #ed1c24,  #aa1317);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
}
.red:hover {
	background: #b61318;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115));
	background: -moz-linear-gradient(top,  #c9151b,  #a11115);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
}
.red:active {
	color: #de898c;
	background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24));
	background: -moz-linear-gradient(top,  #aa1317,  #ed1c24);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}

/* blue */
.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top,  #00adee,  #0078a5);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

/* rosy */
.rosy {
	color: #fae7e9;
	border: solid 1px #b73948;
	background: #da5867;
	background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f));
	background: -moz-linear-gradient(top,  #f16c7c,  #bf404f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
}
.rosy:hover {
	background: #ba4b58;
	background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845));
	background: -moz-linear-gradient(top,  #cf5d6a,  #a53845);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
}
.rosy:active {
	color: #dca4ab;
	background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c));
	background: -moz-linear-gradient(top,  #bf404f,  #f16c7c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}

/* pink */
.pink {
	color: #feeef5;
	border: solid 1px #d2729e;
	background: #f895c2;
	background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab));
	background: -moz-linear-gradient(top,  #feb1d3,  #f171ab);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
}
.pink:hover {
	background: #d57ea5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4));
	background: -moz-linear-gradient(top,  #f4aacb,  #e86ca4);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
}
.pink:active {
	color: #f3c3d9;
	background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3));
	background: -moz-linear-gradient(top,  #f171ab,  #feb1d3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}

/* 反転 */
.reflect{
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
	filter: FlipH;
}

/*ダイアログボックス*/
#alertify{
    z-index:9999999;
}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* 拡大でアンチエイリアスをかけないように */
img{
  -ms-interpolation-mode: nearest-neighbor;   /* IE8+ */
  image-rendering: -webkit-optimize-contrast; /* Safari (WebKit) */
  image-rendering: -moz-crisp-edges;          /* Firefox (Gecko) */
  image-rendering: -o-crisp-edges;            /* Opera 12.x */
  image-rendering: pixelated;                 /* Chrome 41+, Opera 29+ (CSS4) */
}
body{
  -ms-interpolation-mode: nearest-neighbor;   /* IE8+ */
  image-rendering: -webkit-optimize-contrast; /* Safari (WebKit) */
  image-rendering: -moz-crisp-edges;          /* Firefox (Gecko) */
  image-rendering: -o-crisp-edges;            /* Opera 12.x */
  image-rendering: pixelated;                 /* Chrome 41+, Opera 29+ (CSS4) */
}

/* .translate3d000 {
  will-change: transform;
  transform:translate3d(0,0,0);
  
   -moz-transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d;
  -o-transform-style:preserve-3d;
  -ms-transform-style:preserve-3d;
  -moz-transform-style:flat;
  -webkit-transform-style:flat;
  -o-transform-style:flat;
  -ms-transform-style:flat;
}
 */

/* .room_name_anim{
  -webkit-animation: room_name_keyframes 3500ms linear forwards;
  animation: room_name_keyframes 3500ms linear forwards;
}

@-webkit-keyframes room_name_keyframes {
  0% {
    transform: translateY(-66px);
    opacity: 0;
  }
  30% {
    transform: translateY(0px);
    opacity: 1;
  }
  70% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-66px);
    opacity: 0;
  }
}
@keyframes room_name_keyframes {
  0% {
    transform: translateY(-66px);
    opacity: 0;
  }
  30% {
    transform: translateY(0px);
    opacity: 1;
  }
  70% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(-66px);
    opacity: 0;
  }
} */

.tachie_,
.displaynone{
  display : none;
}


.message_none .message0_fore,
.message_none .tachie,
.message_none .playername,
.message_none .room_map,
.message_none .tyrano_chara,
.message_none .role_button
{
  display : none!important;
}
/* glink ずれ左端用 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.zure {
	padding: 24px 54px 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.zure:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color : #181425;
  border-width: 6px 6px 6px 0px;
  border-radius: 0;
  box-sizing: border-box;
}
.zure::after {
  position: absolute;
  top: 12px;
  left: 0px;
  z-index: -2;
  content: '';
  width: 103.6%;
  width: -webkit-calc(100% + 12px) ;
  width: calc(100% + 12px) ;
  height: 92%;
  background-color: #f87722;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.zure:hover {
  color: #fff;
}
.zure:hover::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e53b44;
}

/* glink ずれ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.zure_orthodox {
	padding: 24px 54px 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.zure_orthodox:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color : #fff;
  border-width: 6px 6px 6px 6px;
  border-radius: 0;
  box-sizing: border-box;
}
.zure_orthodox::after {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: -2;
  content: '';
  width: 96%;
  width: -webkit-calc(100% - 6px) ;
  width: calc(100% - 6px) ;
  height: 92%;
  background-color: #f87722;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.zure_orthodox:hover {
  color: #fff;
}
.zure_orthodox:hover::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e53b44;
}

/* glink ずれ下用 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.zure_sita {
	padding: 24px 54px 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.zure_sita:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  border-style: solid;
  border-color : #181425;
  border-width: 6px 6px 0px 6px;
  border-radius: 0;
  box-sizing: border-box;
}
.zure_sita::after {
  position: absolute;
  top: 12px;
  left: 0px;
  z-index: -2;
  content: '';
  width: 103.6%;
  width: -webkit-calc(100% + 12px) ;
  width: calc(100% + 12px) ;
  height: 92%;
  background-color: #f87722;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.zure_sita:hover {
  color: #fff;
}
.zure_sita:hover::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e53b44;
}

/* glink 上下ライン - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.line_anim_ut {
	padding: 24px 54px 18px;
  color: #fff;
  background-color: rgba(42,62,78,0.7);
  overflow: hidden;
  -webkit-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
  text-decoration: none;
  text-align: center;
  border-radius: 0;
}
.line_anim_ut::before,
.line_anim_ut::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  -webkit-transition: background 0.5s ease-in-out, height 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, height 0.5s ease-in-out;
  z-index: -1;
  border-radius: 0;
}
.line_anim_ut::before {
  top: 0;
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1) );
  -webkit-animation: lineAnimTop 2s 0.4s linear infinite;
  animation: lineAnimTop 2s 0.4s linear infinite;
}
.line_anim_ut::after {
  bottom: 0;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1) );
  -webkit-animation: lineAnimBottom 2s 0.4s linear infinite;
  animation: lineAnimBottom 2s 0.4s linear infinite;
}
.line_anim_ut:hover:before,
.line_anim_ut:hover:after{
  background: rgba(255,255,255,1);
  height: 100%;
  -webkit-animation: none;
  animation: none;
}
.line_anim_ut:hover{
  color: #2a3e4e;
}

@-webkit-keyframes lineAnimTop {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes lineAnimTop {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@-webkit-keyframes lineAnimBottom {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes lineAnimBottom {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* glink 下線 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
[class*="underLine_btn_"] {
  position: relative;
  display: inline-block;
  text-decoration: none;
	padding: 0px!important;
}
[class*="underLine_btn_"]::after {
  position: absolute;
  bottom: -6px;
  left: 0;
  content: '';
  width: 94%;
  width: -webkit-calc(100% - 6px) ;
  width: calc(100% - 6px) ;
  height: 6px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
[class*="underLine_btn_"]:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.underLine_btn_white_min {
  color: #fff;
}
.underLine_btn_white_min::after {
  width: -webkit-calc(100% - 3px) ;
  width: calc(100% - 3px) ;
  height: 3px;
  background: #fff;
}

.underLine_btn_gray_min {
  color: #bfc9db;
}
.underLine_btn_gray_min::after {
  width: -webkit-calc(100% - 3px) ;
  width: calc(100% - 3px) ;
  height: 3px;
  background: #bfc9db;
}

.underLine_btn_white {
  color: #fff;
}
.underLine_btn_white::after {
  background: #fff;
}

.underLine_btn_pink {
  color: #ff0044;
}
.underLine_btn_pink::after {
  background: #ff0044;
}

.underLine_btn_grey {
  color: #bfc9db;
}
.underLine_btn_grey::after {
  background: #bfc9db;
}

.underLine_btn_orange {
  color: #f87722;
}
.underLine_btn_orange::after {
  background: #f87722;
}

.underLine_btn_blue {
  color: #16bfef;
}
.underLine_btn_blue::after {
  background: #16bfef;
}

.underLine_btn_pink2 {
  color: #fa6d86;
}
.underLine_btn_pink2::after {
  background: #fa6d86;
}

/* オートちゅうのバー設定 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.img_next.img_next_time{
  display: inline-block;
  margin-left: 4px;
  width:120px;
  height:18px;
  background: #fff;
}

/* 四角サムネトリミング - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.photo_samune{
  object-fit: none;
  object-position : -258px -24px;
}

/* 練習画面のサムネトリミング - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.photo_rensyu_samune{
  object-fit: cover;
  object-position : -128px;
}

/* マスクにnowloadingを入れる - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.under_nowloading{
  background: url(../data/fgimage/nowloading.gif) no-repeat;
  background-position: right 20px bottom 18px;
}

/* OPのボタン - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.op_btn {
	padding: 24px 54px 24px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: padding .3s, background-color .3s ease-in-out;
  transition: padding .3s, background-color .3s ease-in-out;
  background-color: #ffad34;
  border-radius: 0;
}
.op_btn:before {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  content: '';
  width: calc(100% - 6px);
  height: calc(100% - 12px);
  border-style: solid;
  border-color : #fff;
  margin: 6px 6px 6px 0px;
  border-width: 6px 6px 6px 0px;
  box-sizing: border-box;
}
.op_btn:hover {
  padding-left: 120px;
  background-color: #f87722;
}

/* 右上矢印ボタン - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.yajirushi_btn {
  outline: none;
  width: 114px!important;
  height: 108px;
  line-height: 61px;
  text-indent: 12px;
  color: rgba(84,104,122,0);
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: url(images/system/btn_back_bg.png);
  padding: 0;
}

.yajirushi_btn:hover {
  transition: color .2s .1s;
  color: rgba(84,104,122,1);
  background: url(images/system/btn_back_bg_hover.png);
}

.yajirushi_btn::before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 114px;
  height: 108px;
  top: 0;
  right: 0;
  background: url(images/system/btn_back.png);
}

.yajirushi_btn:hover::before {
  background: url(images/system/btn_back_hover.png);
}

.yajirushi_btn::after,
.yajirushi_btn2::after {
  position: absolute;
  z-index: -2;
  content: '';
  background-color: #fff;
  width: 102px;
  height: 96px;
  bottom: 12px;
  left: 12px;
  transition:  height .2s , width .2s .12s ;
}

.yajirushi_btn:hover::after,
.yajirushi_btn2:hover::after {
  transition:  height .2s .12s, width .2s ;
  width: 39px;
  height: 0;
}

/* 右上矢印ボタン - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

.yajirushi_btn2 {
  outline: none;
  width: 132px!important;
  height: 108px;
  line-height: 61px;
  text-indent: 12px;
  color: rgba(84,104,122,0);
  text-align: center;
  text-decoration: none;
  outline: none;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: url(images/system/btn_back2_bg.png);
  padding: 0;
}

.yajirushi_btn2:hover {
  transition: color .2s .1s;
  color: rgba(84,104,122,1);
  background: url(images/system/btn_back2_bg_hover.png);
}

.yajirushi_btn2::before {
  position: absolute;
  z-index: -1;
  content: '';
  width: 132px;
  height: 108px;
  top: 0;
  left: 0;
  background: url(images/system/btn_back2.png);
}

.yajirushi_btn2:hover::before {
  background: url(images/system/btn_back2_hover.png);
}

/* left0top0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.left0top0{
  top: 0!important;
  left: 0!important;
}

/* filter_btn - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.filter_btn{
  opacity:0;
  transition: opacity .3s;
}
.filter_btn:hover{
  opacity:0.5;
}

/* オーディオビジュアライザー - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#audio_svg_container{
  transform: scale(1.8) rotate(60deg);
}

/* 色反転（恐れっぽい演出） - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.osore_bure{
  -webkit-animation: osore_bure .8s ease-out 1;
  animation: osore_bure .8s ease-out 1;
}

@-webkit-keyframes osore_bure {
  0% {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
  40% {
    -webkit-filter: invert(.8);
    filter: invert(.8);
  }
  100% {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
}
@keyframes osore_bure {
  0% {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
  40% {
    -webkit-filter: invert(.8);
    filter: invert(.8);
  }
  100% {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
}

/* 裏返し - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ura_start{
  -webkit-transition: transform .8s ease-out;
  transition: transform .8s ease-out;
  transform: rotateY(90deg);
}
.ura_end{
  -webkit-transition: transform .8s ease-out;
  transition: transform .8s ease-out;
  transform: rotateY(0deg);
}

/* clickableのcheckicon - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
div[data-event-tag="clickable"].check::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 51px;
  height: 51px;
  background: url(images/system/icon_check.png);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

div[data-event-tag="clickable"].check:hover::after{
  opacity: 1;
}

/* clickできないglink - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.no_event {
  pointer-events: none;
}

.roommask{
  opacity: 0;
}

/* 電気チラチラ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.flicker_img {
  -webkit-animation: flicker_kanim 10s linear infinite;
  animation: flicker_kanim 10s linear infinite;
}

@keyframes flicker_kanim {
  from {
    opacity: 1;
  }

  4% {
    opacity: .9;
  }

  6% {
    opacity: .85;
  }

  8% {
    opacity: .95;
  }

  10% {
    opacity: .90;
  }

  11% {
    opacity: .922;
  }

  12% {
    opacity: .9;
  }

  14% {
    opacity: .95;
  }

  16% {
    opacity: .98;
  }

  17% {
    opacity: .9;
  }

  19% {
    opacity: .93;
  }

  20% {
    opacity: .99;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: .94;
  }

  28% {
    opacity: .98;
  }

  37% {
    opacity: .93;
  }

  38% {
    /* opacity: .5; */
    opacity: .9;
  }

  39% {
    opacity: .96;
  }

  42% {
    opacity: 1;
  }

  44% {
    opacity: .97;
  }

  46% {
    opacity: .94;
  }

  56% {
    opacity: .9;
  }

  58% {
    opacity: .9;
  }

  60% {
    opacity: .99;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: .9;
  }

  72% {
    opacity: .95;
  }

  93% {
    opacity: .93;
  }

  95% {
    opacity: .95;
  }

  97% {
    opacity: .93;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes flicker_kanim {
  from {
    opacity: 1;
  }

  4% {
    opacity: .9;
  }

  6% {
    opacity: .85;
  }

  8% {
    opacity: .95;
  }

  10% {
    opacity: .90;
  }

  11% {
    opacity: .922;
  }

  12% {
    opacity: .9;
  }

  14% {
    opacity: .95;
  }

  16% {
    opacity: .98;
  }

  17% {
    opacity: .9;
  }

  19% {
    opacity: .93;
  }

  20% {
    opacity: .99;
  }

  24% {
    opacity: 1;
  }

  26% {
    opacity: .94;
  }

  28% {
    opacity: .98;
  }

  37% {
    opacity: .93;
  }

  38% {
    /* opacity: .5; */
    opacity: .9;
  }

  39% {
    opacity: .96;
  }

  42% {
    opacity: 1;
  }

  44% {
    opacity: .97;
  }

  46% {
    opacity: .94;
  }

  56% {
    opacity: .9;
  }

  58% {
    opacity: .9;
  }

  60% {
    opacity: .99;
  }

  68% {
    opacity: 1;
  }

  70% {
    opacity: .9;
  }

  72% {
    opacity: .95;
  }

  93% {
    opacity: .93;
  }

  95% {
    opacity: .95;
  }

  97% {
    opacity: .93;
  }

  to {
    opacity: 1;
  }
}
