.jumbotron {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 0;
  background-color: #fff;
}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}

/* ヘッダー用*/
.header-text {
  color: rgb(255, 255, 255);
  font-family: "Poiret One";
  font-size: 30px;
}

header {
  background-color: #050631;
}

/* フッター用*/
footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050631;
  color: #fff;
}

footer p {
  color: #fff;
}

footer a {
  color: #fff;
}

/* モーダルフッター用*/
.modal-footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #050631;
  color: #fff;
}

/* セクション用*/
.section-bold {
  padding-top: 20px;
  padding-bottom: 10px;
}

/* カード用*/
.card {
  background-color: #272a38;
  border: 5px solid rgba(0,0,0,.125);
}
.card-text {
  color: #fff !important;
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
}
.text-muted {
  color: #9da2a7!important;
}

/* ログイン ログアウトボタン用*/
a.btn-login {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  color: #fff !important;
  font-family: "Hiragino Kaku Gothic Pro";
  /*background-color: #264294;
  border-color: #264294;*/
  text-decoration: none;
  font-weight: bold;
  font-size:20px;
  /*border-radius: 5px;*/
  text-align: left;
  text-decoration:none !important;
}
a.btn-login:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -3px 5px 0 0;
  background: url("../image/box-arrow-in-right.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-login:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
@media screen and (min-width: 768px){
  a.btn-login{
    font-size:12px;
    display:inline-block;
  }
  a.btn-login:before {
    margin: -3px 10px 0 0;
  }
}
button.btn-logout {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  color: #fff !important;
  font-family: "Hiragino Kaku Gothic Pro";
  /*background-color: #264294;
  border-color: #264294;*/
  text-decoration: none;
  font-weight: bold;
  font-size:20px;
  /*border-radius: 5px;*/
  text-align: left;
  text-decoration:none !important;
}
button.btn-logout:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -3px 5px 0 0;
  background: url("../image/box-arrow-right.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
button.btn-logout:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
@media screen and (min-width: 768px){
  button.btn-logout{
    font-size:12px;
    display:inline-block;
  }
  button.btn-logout:before {
    margin: -3px 10px 0 0;
  }
}
/* 会員登録ボタン用*/
a.btn-registration {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  color: #fff !important;
  font-family: "Hiragino Kaku Gothic Pro";
  /*background-color: #264294;
  border-color: #264294;*/
  text-decoration: none;
  font-weight: bold;
  font-size:20px;
  /*border-radius: 5px;*/
  text-align: left;
  text-decoration:none !important;
}
a.btn-registration:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -3px 5px 0 0;
  background: url("../image/person-plus.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-registration:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
@media screen and (min-width: 768px){
  a.btn-registration{
    font-size:12px;
    display:inline-block;
  }
  a.btn-registration:before {
    margin: -3px 10px 0 0;
  }
}

/* パスワード変更ボタン用*/
span.btn-passwd {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  color: #fff !important;
  font-family: "Hiragino Kaku Gothic Pro";
  /*background-color: #264294;
  border-color: #264294;*/
  text-decoration: none;
  font-weight: bold;
  font-size:20px;
  /*border-radius: 5px;*/
  text-align: left;
  text-decoration:none !important;
}
span.btn-passwd:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -3px 5px 0 0;
  background: url("../image/arrow-repeat.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
span.btn-passwd:hover {
  background-color: #0069d9;
  border-color: #0062cc;
  cursor: pointer;
}
@media screen and (min-width: 768px){
  a.btn-passwd{
    font-size:12px;
    display:inline-block;
  }
  a.btn-passwd:before {
    margin: -3px 10px 0 0;
  }
}

/* パスワード変更ボタン用*/
a.btn-home {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  color: #fff !important;
  font-family: "Hiragino Kaku Gothic Pro";
  /*background-color: #264294;
  border-color: #264294;*/
  text-decoration: none;
  font-weight: bold;
  font-size:20px;
  /*border-radius: 5px;*/
  text-align: left;
  text-decoration:none !important;
  width: 150px;
}
a.btn-home:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -3px 5px 0 0;
  background: url("../image/house-fill.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
a.btn-home:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
@media screen and (min-width: 768px){
  a.btn-home{
    font-size:12px;
    display:inline-block;
  }
  a.btn-home:before {
    margin: -3px 10px 0 0;
  }
}

/* 言語切替ボタン用*/
.btn-region-select {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.2em;
  padding-right: 1em;
  display: block;
  color: #fff !important;
  font-family: "Hiragino Kaku Gothic Pro";
  /*background-color: #264294;
  border-color: #264294;*/
  text-decoration: none;
  font-weight: bold;
  font-size:20px;
  /*border-radius: 5px;*/
  text-align: left;
  text-decoration:none !important;
}
.btn-region-select:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

/* ログインユーザ用*/
span.login-user {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
  color: #fff !important;
  font-family: "Hiragino Kaku Gothic Pro";
  /*background-color: #264294;
  border-color: #264294;*/
  text-decoration: none;
  font-weight: bold;
  font-size:20px;
  /*border-radius: 5px;*/
  text-align: left;
  text-decoration:none !important;
}
span.login-user:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: -3px 5px 0 0;
  color: #fff !important;
  background: url("../image/person-fill.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
span.login-user:hover {
  cursor: default;
}
@media screen and (min-width: 768px){
  span.login-user{
    font-size:12px;
    display:inline-block;
  }
  span.login-user:before {
    margin: -3px 10px 0 0;
  }
}
/* ZOOMボタン用*/
button.btn-zoom{
  padding: 0.5em;
  margin: 10px 0;
  display: block;
  color: #fff !important;
  font-family: "Hiragino Kaku Gothic Pro";
  background-color: #264294;
  border-color: #264294;
  text-decoration: none;
  font-weight: bold;
  font-size:16px;
  border-radius: 5px;
  text-align:center;
  text-decoration:none !important;
  /*margin-top: 2em;*/
}
button.btn-zoom:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 5px 0 0;
  background: url("../image/zoom-button-image.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
button.btn-zoom:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}
@media screen and (min-width: 768px){
  button.btn-zoom{
    font-size:20px;
    display:inline-block;
  }
  button.btn-zoom:before {
    margin: -3px 10px 0 0;
  }
}

/* VIEW MORE用*/
.view_more {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 400;
  text-align: left;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: block;
  color: #264294 !important;
  text-decoration: none;
  text-decoration:none !important;
  text-align: right;
}
.view_more:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px 5px 5px 5px;
  background: url("../image/triangle.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.view_more_w {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 400;
  text-align: left;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  display: block;
  color: #fff !important;
  text-decoration: none;
  text-decoration:none !important;
  text-align: right;
}
.view_more_w:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px 5px 5px 5px;
  background: url("../image/triangle.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* テキスト用*/
.text-light-mb {
  font-family: "Hiragino Kaku Gothic Pro";
  color: #fff;
  text-align: left;
  padding-left: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.text-light-s {
  font-family: "Hiragino Kaku Gothic Pro";
  color: #fff;
  text-align: left;
  padding-left: 1rem;
  font-size: 1rem;
}

/* 背景用*/
.bg-dark-image {
  background: url("../image/bg-dark.png") repeat ;
}
.bg-dark {
  background-color: #264294;
}
.bg-light {
  background-color: #e3e6ee;
}
.bg-black-opacity {
  background-color: rgb(0, 0, 0, 0.4);
  padding-top: 1em;
}
.bg-white-square {
  border-radius: 5px;
  background-color: #fff;
}
.bg-gray-square1 {
  border-radius: 5px;
  background-color: #e3e6ee;
  margin-top: 1.2em;
  margin-bottom: 0;
}
.bg-gray-square2 {
  border-radius: 5px;
  background-color: #e3e6ee;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
/* お知らせ 予約済みセミナー 配信スケジュール*/
.h-text-dark {
  font-family: "Hiragino Kaku Gothic Pro";
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: #000101 !important;
}
.h-text-dark:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 34px;
  margin: -3px 20px 0 0;
  background-color: #1e2751;
  background-size: contain;
  vertical-align: middle;
}

/* おすすめコンテンツ*/
.medal {
  font-family: "Hiragino Kaku Gothic Pro";
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: #fff !important;
}
.medal:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 35px;
  margin: 3px 20px 10px 5px;
  background: url("../image/medal.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}
.text-light-mb {
  font-family: "Hiragino Kaku Gothic Pro";
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: #fff;
  text-align: left;
  padding-left: 0.5rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.text-light-mb:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 34px;
  margin: 0 10px 0 0;
  background-color: #264294;
  background-size: contain;
  vertical-align: middle;
}
.card-medal {
  width: 360px;
  height: 230px;
}

/* 配信動画　無料動画*/
.movie {
  font-family: "Hiragino Kaku Gothic Pro";
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: #000101 !important;
}
.movie:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 3px 10px 10px 5px;
  background: url("../image/movie.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* Archives*/
.archives {
  font-family: "Hiragino Kaku Gothic Pro";
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: #000101 !important;
}
.archives:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 3px 10px 10px 5px;
  background: url("../image/archives.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* レッスン個人動画*/
.lesson {
  font-family: "Hiragino Kaku Gothic Pro";
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: #000101 !important;
}
.lesson:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 3px 10px 10px 5px;
  background: url("../image/movie.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/* シリーズ動画*/
.series-movie {
  font-family: "Hiragino Kaku Gothic Pro";
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  color: #fff !important;
}
.series-movie:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 40px;
  margin: 3px 5px 0 0;
  background: url("../image/series-movie.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.b-solid-blue {
  border-color: #172d6d;
  border-bottom-style:solid ;
  padding-top: 0.5em;
}
.series_more {
  font-family: "Hiragino Kaku Gothic Pro";
  font-weight: 500;
  text-align: left;
  font-size: 1rem;
  padding-left: 20px;
  margin-top: 6px;
  margin-bottom: 3px;
  display: block;
  color: #000 !important;
  text-decoration: none;
  text-decoration:none !important;
  /*text-align: right;*/
  cursor: pointer;
  word-wrap: anywhere;
}
.series_more:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 3px 3px 3px 0px;
  background: url("../image/triangle.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.series_more:hover {
  color: #0069d9 !important;;
  border-color: #0062cc;
}

.series_more_contain {
	background-color: #001c58;
}

.row-series {
	margin-right: 0px !important;
}

/* 配信スケジュール*/
table{
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
  font-family: "Hiragino Kaku Gothic Pro";
}

table tr:last-child{
  border-bottom:solid 1px #ddd;
}

table th{
  text-align: center;
  padding: 7px 0;
  border-right:solid 1px #ddd;
  border-left:solid 1px #ddd;
  width: 20%;
  color:white;
}

table th:nth-child(1){
  background-color:#264294;
}

/*
table th:nth-child(2){
  background-color:#0d1d70;
}
table th:nth-child(3){
  background-color:#050631;
}
table th:nth-child(4){
  background-color:#0d1d70;
}
table th:nth-child(5){
  background-color:#264294;
}
*/

table td{
  text-align: left;
  padding: 7px 10px;
  border: hidden;
  width: 20%;
  font-size: 0.9rem;
  word-wrap: break-word;
}
/*
table td:nth-child(3){
  background-color: #f1f1f1;
}
*/
table .current{
  width: 20%;
}

table th.current{
  position: relative;
  padding-top: 31px;
}
table th.current span.inner{
  position: absolute;
  color:white;
  background-color: #050631;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 15px 0;
}
.text-blue {
  color: #000101 !important;
}
.text-sm {
  font-size: 0.85rem;
}
.b-dot {
  border-bottom-style:dotted ;
}

.schedule-col {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.schedule-table {
  margin-right: 0px;
  margin-left: 0px;
}

.schedule-col-month-0 {
  background-color:#264294 !important;
}
.schedule-col-month-1 {
  background-color:#0d1d70 !important;
}
.schedule-col-month-2 {
  background-color:#050631 !important;
}
.schedule-col-month-3 {
  background-color:#0d1d70 !important;
}
.schedule-td-month-4{
  background-color:#264294 !important;
}

.schedule-td-current{
  background-color:#f1f1f1 !important;
}

/* メニュー*/
/*ハンバーガーアイコン*/
.btn-burger {
  cursor: pointer;
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 25px;
  right: 10px;
}

/*ハンバーガーアイコンを作る三本線*/
.icon, .icon:before, .icon:after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px; /*線の太さ*/
  width: 35px; /*線の長さ*/
  background-color: #ffffff;
  border-radius: 2px;
  display: block;
  content: '';
  cursor: pointer;
  margin: auto;
}

/*三本線の間隔*/
.icon:before {
top: 20px;
}
.icon:after {
top: -20px;
}

/*チェックボックス非表示*/
.nav-toggle {
  display: none;
}

/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon {
  background: transparent;
}
.nav-toggle:checked ~ .btn-burger .icon:before {
  transform: rotate(-45deg);
  top: 0;
}
.nav-toggle:checked ~ .btn-burger .icon:after {
  transform: rotate(45deg);
  top: 0;
}

.icon,
.icon:before,
.icon:after {
  transition: all .8s;
}

/*中身*/
.nav {
  background-color: #343a40 !important;
}

.nav-list {
  list-style: none;
  display: none;
  margin: 0;
  padding-left: 2px;
}

.nav-list li {
  margin: 0;
  padding: 1px;
}

.nav-toggle:checked ~ .nav .nav-list {
  display: block;
}

.dropdown-item {
  color :#000;
  font-size: 20px;
}

/* --------------------------------------------------
  幅768px以上のスタイル指定 ここから
-------------------------------------------------- */
@media screen and (min-width: 768px) {
    /* ハンバーガーボタン */
    .btn-burger {
        display: none;  /*768px以上では使用しない */
    }
    .nav-toggle:checked ~ .nav .nav-list {
        display: none;
    }
    .nav {
        height: 32px;
    }
    .nav-list {
        display: flex;
        justify-content: right;
        height: 32px;
        align-items: center;
    }
    .nav-blank {
      display: flex;
      width: 100px;
    }
	
	.btn-region-select {
		font-size: 12px;
	}
	
	.dropdown-item {
	  font-size: 1rem;
	}
	
	span.btn-passwd {
	  font-size: 12px;
	}
	
	a.btn-home:before {
	  width: 18px;
	  height: 18px;
	}
	
	span.btn-passwd:before {
	  width: 18px;
	  height: 18px;
	}
	
	span.login-user:before {
	  width: 18px;
	  height: 18px;
	}
	
	button.btn-logout:before {
	  width: 18px;
	  height: 18px;
	}
	
	a.btn-registration:before {
	  width: 18px;
	  height: 18px;
	}
	
	a.btn-login:before {
	  width: 18px;
	  height: 18px;
	}
  }

.dropdown-item:hover {
	cursor: pointer;
}

/*Error validation styles*/
.form-control.is-invalid {
	background-color: #f8d7da;
}

.invalid-feedback {
	text-align: initial;
}

.form-control.is-invalid[type="text"] {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important;
  margin-bottom: 0px;
}
.form-control.is-invalid[type="password"] {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  margin-bottom: 0px;
  margin-top: 2px;
}

.errorlabel {
    font-size: 80%;
    color: #dc3545;
    text-align: start;
}

/*Disabled/readonly styles*/
.form-control:disabled, .form-control[readonly] {
    background-color: #bbbfc3;
    opacity: 1;
}

/* お知らせ*/
.notices{
    font-size: 1rem !important;
    font-weight: 400;
	cursor: pointer;
}

.notice-dialog{
    word-wrap: anywhere;
}

/*
.notice-dialog{
    border: solid aliceblue;
    border-radius: 50px;
}

.notice-dialog-header{
    background-color: aliceblue;
}
*/

.notice-new{
	color: #f50057;
}

/*Table Hover */
.table-hover tbody tr:hover {
    background-color: aliceblue;
}

/* VIEW MORE*/
.viewmore-content {
	min-height: calc(100vh - 191px);
}

/* VIDEO CARDS*/
.video-img {
	max-width: 100%;
    max-height: 200px;
	min-height: 200px;
    object-fit: cover;
	cursor: pointer;
}

.serievideo-img {
	max-width: 100%;
    max-height: 200px;
	min-height: 200px;
    object-fit: contain;
	/*cursor: pointer;*/
}

.video_img-container {
  position: relative;
  text-align: center;
  color: white;
}

.video_img-top-right-no-free {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #c4a100;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px 0px 0px 5px;
  font-size: larger;
}

.video_img-top-right-free {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #0081a1;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px 0px 0px 5px;
  font-size: larger;
}

.video_img-serie {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #0081a1;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0px 0px 0px 5px;
  font-size: larger;
}

/*Zoom effect*/
.img-wrapper {
    display: inline-block;
    overflow: hidden;
}

.img-wrapper img {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    
    vertical-align: middle;
}

.img-wrapper img:hover {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
	opacity: 0.7;
}

/* VIDEO PLAYER*/
.text-end {
  text-align: end;
}

.video-player {
	margin-bottom: 30px;
    margin-top: 15px;
}

.unauthorized-video-warn {
    margin-top: 15px;
}

/*Go to top button*/
#gototopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #4c89fd;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 35px;
}
#gototopBtn:hover {
  background-color: #073faa;
}

.thumbnail_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  cursor: pointer;
  color: white;
}

.thumbnail_title_serie {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  cursor: default;
  color: white;
}
