<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#wrapper .h2-ttl .telasa {
	margin-bottom : -30px !important ;
}

#wrapper .h3-ttl-a .telasa {
	font-size: 20px;
	margin-top: -40px !important;	
}

#wrapper #main-container .h3-ttl-a .telasa .little{
  font-size: 16px;
  color: #333333;
  font-weight: normal;}

div#cast-list {
    margin-top: 25px;
}

.modal-wrapper {
	font-size: 1.6rem;
	line-height: 3.2rem;
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	z-index: 1500;
	visibility: hidden;
	text-align: center;
	width: 100%;
	height: 100%;
  }
  
  .modal-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: -100%;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, 0.54);
	-webkit-tap-highlight-color: transparent;
	will-change: opacity;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	z-index: 1400;
	-webkit-transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	transition: left 0ms cubic-bezier(0.23, 1, 0.32, 1) 400ms, opacity 400ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  }
  
  .modal-card {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	-webkit-transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms, -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
	margin: 0px auto;
	z-index: 1500;
	left: -100%;
	-webkit-transform: translate(0px, -64px);
	transform: translate(0px, -64px);
	opacity: 0;
	background-color: #fff;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 45px, rgba(0, 0, 0, 0.22) 0px 10px 18px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 45px, rgba(0, 0, 0, 0.22) 0px 10px 18px;
	max-width: 800px;
	width: 800px;
	min-height: 298px;
	padding: 30px;
	display: inline-block;
	text-align: left;
	position: relative;
	vertical-align: top;
  }
  .modal-card:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 250px;
	/* background: #1873bb; */
  }
  .modal-card:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 30px;
	/* background: #1873bb; */
  }
  
  .modal-card .cast-box {
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
  }
  
  .modal-card .cast-box .cast-thumb {
	margin-right: 30px;
	width: 240px;
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
  }
  .modal-card .cast-box .cast-thumb img {
	width: 100%;
  }
  
  .modal-card .cast-dot {
	display: none !important;
  }
  
  .modal-card .cast-name {
	font-weight: bold;
	font-size: 2rem;
	position: relative;
	color: #ed7da8;
  }
  .modal-card .cast-name .cast-name-kana,
  .modal-card .cast-name .cast-group {
	font-size: 1.6rem;
  }
  
  .modal-card .cast-box .cast-txt p:not(.cast-name) {
	font-size: 1.6rem;
  }

  body.cast #wrapper .cast-box {
    margin-bottom: 50px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  body.cast #wrapper .cast-box:last-child {
    margin-bottom: 0;
  }
  body.cast #wrapper .cast-box .cast-thumb {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 240px;
    margin-right: 20px;
  }
  body.cast #wrapper .cast-box .cast-thumb img {
    width: 100%;
  }
  body.cast #wrapper .cast-name {
    font-weight: bold;
    font-size: 2rem;
    position: relative;
    color: #ed7da8;
  }
  body.cast #wrapper .cast-name-kana,
  body.cast #wrapper .cast-group {
    font-weight: normal;
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
  body.cast #wrapper .cast-txt {
    width: 100%;
  }
  body.cast #wrapper .cast-dot {
    text-align: center;
    margin: 60px auto;
    font-size: 35px;
  }</pre></body></html>