@charset "UTF-8";
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Meiryo, sans-serif;
  color: #333333;
  background: #eeeeee;
  overflow-x: hidden;
  word-break: break-all;
}

a {
  text-decoration: none;
  transition: all .2s ease;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

*:focus {
  box-shadow: none !important;
}

.tooltip-inner {
  background: #d9534f;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #d9534f;
}

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #d9534f;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #d9534f;
}

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #d9534f;
}

.pagination {
  margin: 1rem 0;
}

.flex-direction-col {
  flex-direction: column;
}

.alert-box {
  padding: 1rem 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?9tk790");
  src: url("fonts/icomoon.eot?9tk790#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?9tk790") format("truetype"), url("fonts/icomoon.woff?9tk790") format("woff"), url("fonts/icomoon.svg?9tk790#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-embed:before {
  content: "\ea80";
}

.icon-line:before {
  content: "\e902";
}

.icon-envelop:before {
  content: "\e945";
}

.icon-google:before {
  content: "\ea89";
}

.icon-facebook:before {
  content: "\ea91";
}

.icon-twitter:before {
  /* content: "\ea97"; */
  content: " ";
  background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23ffffff" d="M11.9,8.7L19.3,0h-1.8l-6.5,7.5L6,0H0l7.8,11.4L0,20.4h1.8l6.8-7.9l5.5,7.9h6L11.9,8.7L11.9,8.7zM9.5,11.5l-0.8-1.1l-6.3-9h2.7l5.1,7.3L11,9.7l6.6,9.4h-2.7L9.5,11.5L9.5,11.5z"/></svg>');
  width: 14px;
  height: 14px;
  background-size: cover;
  display: inline-block;
}

.logo-area {
  transition: all .5s ease;
  position: relative;
  padding-top: 50px;
}

.logo-area a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo-area a img {
  max-width: 100%;
  max-height: 100%;
}

.logo-area:hover {
  opacity: .7;
}

.box-header {
  width: 100%;
  position: relative;
  z-index: 1040;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  transition: all .2s ease;
}

.box-header ul {
  list-style: none;
  margin-bottom: 0;
}

.box-header > .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.box-header.scroll .logo-area {
  padding-top: 25px;
}

.box-header.scroll > .container {
  padding-top: 5px;
  padding-bottom: 5px;
}

.box-header .btn {
  margin: 0;
}

.box-header .btn.btn-toggle {
  padding-right: 30px;
}

.nav-inner {
  padding: .5rem 0;
}

.nav-inner + .nav-inner {
  border-top: 1px solid #cccccc;
  box-shadow: 0px 2px 2px 0px #ccc;
}

.nav-inner + .nav-inner .global-nav-list > li:last-child {
  float: right;
  margin: 0;
}

.global-nav-list {
  padding: 0;
}

.global-nav-list > li {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
}

.global-nav-list > li:first-child {
  margin-left: 0;
}

.global-nav-list > li .fa-user {
  margin-left: 0;
  margin-right: .5rem;
}

.link-list a {
  display: block;
  padding: 0 .25em;
  line-height: 1.5;
  background: transparent;
}

.link-list a:hover {
  color: #fff;
}

/* dropdown style */
.box-dropdown-key {
  display: block;
  cursor: pointer;
  transition: all .2s ease;
}

.box-dropdown-target {
  display: none;
  width: 250px;
  max-height: 500px;
  padding: 10px !important;
  overflow: auto;
  background: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  text-align: left;
  z-index: 100;
}

.box-dropdown-target .category-list-item {
  padding: 0px;
}

.dropdown-container {
  position: relative;
}

.dropdown-wrapper:hover .box-dropdown-key {
  position: relative;
}

.dropdown-wrapper:hover .box-dropdown-key::after {
  content: "";
  position: absolute;
  bottom: -1.2rem;
  left: calc(50% - 10px);
  border: 10px solid transparent;
  z-index: 101;
}

.dropdown-wrapper:hover .btn-global-nav {
  color: #ffffff !important;
}

.dropdown-wrapper:hover .box-dropdown-target {
  display: block;
}

/* accordion panel */
.toggle-target {
  display: none;
  position: absolute;
  padding: 10px;
  border: 1px solid #cccccc;
  background: #fff;
  z-index: 10;
}

.toggle-target.box-search {
  top: 30px;
  right: 0;
  text-align: right;
}

.toggle-target.box-language {
  top: 30px;
  right: 0;
}

.box-language {
  font-size: .75rem;
}

.box-language > ul {
  padding: 0;
}

.box-language > ul .icon-lang {
  margin-right: .5rem;
}

/* マイコンテンツ リスト */
.mycontents-list {
  margin-top: 1rem;
  padding: 15px;
}

.mycontents-list ul {
  padding: 0;
}

.box-footer {
  position: relative;
  border-top: 2px solid transparent;
  padding-top: 30px;
  margin-top: 60px;
  background: #ffffff;
}

.box-copyright {
  border-top: 1px solid #cccccc;
  background-color: #000;
  color: #fff;
}

.site-info-box {
  margin-bottom: 30px;
}

.footer-link {
  list-style: none;
}

.footer-link li {
  padding-left: calc(1.25rem + 15px);
  text-indent: -1.25rem;
}

#toTopBtn {
  border: 30px solid transparent;
  border-radius: 50%;
  color: #ffffff;
  position: absolute;
  top: -30px;
  right: 30px;
}

#toTopBtn:hover {
  transform: scale(1.2);
}

#toTopBtn i {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
}

/* breadCrumb style */
.box-breadCrumb {
  padding: 8px 0;
}

.list-breadCrumb {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  font-size: 0.875rem;
}

.list-breadCrumb li {
  display: inline-block;
}

.list-breadCrumb li + li::before {
  content: ">";
  margin: 0 4px;
  color: #cccccc;
}

.btn {
  cursor: pointer;
  border-radius: 0;
  margin: 10px 0;
  padding: 3px 8px;
  white-space: normal;
}

.btn i {
  font-size: 1em;
  margin-left: .5rem;
}

.btn.btn-back i {
  margin-left: 0;
  margin-right: .5rem;
}

.btn.username {
  padding-left: 28px;
}

.btn[disabled], .btn[disabled]:hover {
  background: #dddddd !important;
  border-color: #dddddd !important;
  color: #ffffff !important;
}

.btn-theme {
  color: #ffffff !important;
}

.btn-theme-ghost:hover {
  color: #ffffff !important;
}

.btn-accent {
  color: #ffffff !important;
}

.btn-cancel {
  background: #e6e6e6;
  border-color: #e6e6e6;
  color: #333 !important;
}

.btn-cancel:hover {
  background: #b3b3b3;
  border-color: #b3b3b3;
  color: #ffffff !important;
}

.btn-sample {
  color: #ffffff !important;
}

.btn-files {
  color: #ffffff !important;
}

.btn-favorite {
  background: #ffffff;
  border: 1px solid #cccccc;
}

.btn-favorite i {
  margin: 0 .5rem 0 0;
}

.btn-global-nav {
  color: #333333;
}

.btn-global-nav:visited, .btn-global-nav:focus {
  color: #333333;
}

.btn-global-nav:hover {
  color: #ffffff !important;
}

.btn-lang img {
  max-height: 25px;
}

.btn-lang:hover {
  opacity: .7;
}

.btn-facebook {
  color: #ffffff;
  background: #305097;
  padding-right: 40px;
  padding-left: 40px;
}

.btn-facebook:hover {
  background: #243b70;
  color: #ffffff;
}

.btn-facebook:focus, .btn-facebook:visited {
  color: #ffffff;
}

.btn-google {
  color: #ffffff;
  background: #d34836;
  padding-right: 40px;
  padding-left: 40px;
}

.btn-google:hover {
  background: #b03626;
  color: #ffffff;
}

.btn-google:focus, .btn-google:visited {
  color: #ffffff;
}

.btn-area-center, .btn-area-right {
  margin-top: 1rem;
  text-align: center;
}

.btn-area-center .btn, .btn-area-right .btn {
  display: inline-block;
  margin: 10px;
}

.btn-area-center .btn-block, .btn-area-right .btn-block {
  margin: 10px 0;
}

.btn-area-right {
  text-align: right;
}

.icon {
  position: relative;
  white-space: inherit;
  padding-right: 30px;
}

.icon > i {
  position: absolute;
  top: calc(50% - .5em);
  right: 10px;
}

.icon > i.fa-user {
  right: auto;
  left: 10px;
  font-size: 1rem;
}

.tag {
  display: inline-block;
  font-size: .75em;
  margin: 0 0 5px 0;
  padding: 0px 5px;
  border: 1px solid #cccccc;
  border-radius: 0.25rem;
}

.tag i {
  margin-right: .5em;
}

.tag + .tag {
  margin: 0 0 5px 5px;
}

.info-only-user {
  border: 1px solid #5bc0de;
  color: #5bc0de;
}

.info-only-premium {
  border: 1px solid #f57c00;
  color: #f57c00;
}

.tag-content {
  background: #eee;
  color: #333333;
}

.status-end, .status-start {
  background: #757575;
  color: #ffffff;
  border: 1px solid #333;
}

.status-end time, .status-start time {
  margin-right: .5em;
}

.status-start {
  background: #0202cc;
}

.status-mid {
  color: #5bc0de;
  border: 1px solid #5bc0de;
}

.status-done {
  color: #5cb85c;
  border: 1px solid #5cb85c;
}

.premium {
  color: #f57c00;
  border-color: #f57c00;
}

.tag-success {
  color: #5cb85c;
  border-color: #5cb85c;
}

.tag-danger {
  color: #d9534f;
  border-color: #d9534f;
}

.tag-caution {
  color: #f0ad4e;
  border-color: #f0ad4e;
}

.ttl-lg {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.ttl-md {
  font-size: 1.75rem;
  margin-bottom: 1rem;
}

.ttl-sm {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.ttl-xs {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.ttl-border {
  border-bottom: 1px solid #cccccc;
}

.txt-shadow {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.text-plain {
  font-size: 1rem;
  line-height: 1.2;
}

.text-sm {
  font-size: .85rem;
}

.text-xs {
  font-size: .6rem;
}

.inner, .tile-inner {
  padding: 30px;
}

.tile-inner {
  background: #ffffff;
  box-shadow: 0px 2px 2px 0px #ccc;
}

.tile-inner + .tile-inner {
  margin-top: 30px;
}

.box-main {
  margin-bottom: 30px;
}

.box-section + .box-section {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ccc;
}

.js-list-slide {
  margin: 10px 0;
}

.content-list-item {
  margin: 1rem 0;
}

.content-list-item a:hover {
  text-decoration: none;
}

.content-list-item article {
  border: 1px solid #cccccc;
}

.content-thumbnail-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.content-thumbnail-box > * {
  position: absolute;
}

.content-thumbnail-box-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.content-info-box {
  padding: 15px;
  overflow: auto;
}

.content-info-box h3 {
  font-size: 0.875rem;
  margin-bottom: .5rem;
}

.movie-time, .label-set {
  padding: 2px .625rem;
  font-size: .625rem;
  background: rgba(10, 10, 10, 0.6);
  color: #ffffff;
  right: 5px;
  bottom: 5px;
}

.label-set {
  background: #FF2B43;
}

.content-price i {
  margin-right: .5em;
}

.js-list-slide, .js-mv-slide {
  display: none;
}

.js-list-slide.slick-initialized, .js-mv-slide.slick-initialized {
  display: block;
}

.js-list-slide .slick-slide {
  margin: 0 5px;
}

.js-list-slide .slick-slide a {
  color: #333333;
}

.content-list {
  list-style: none;
  padding: 0 20px;
}

.content-list .custum-prevBtn,
.content-list .custum-nextBtn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 20px;
  z-index: 90;
  text-decoration: none;
}

.content-list .custum-prevBtn.slick-disabled,
.content-list .custum-nextBtn.slick-disabled {
  opacity: 0;
}

.content-list .custum-prevBtn {
  left: 0px;
}

.content-list .custum-nextBtn {
  right: 0px;
}

.box-content {
  margin-bottom: 30px;
}

.box-contentsInfo {
  overflow: auto;
}

.box-contentsInfo-section {
  padding-bottom: 10px;
}

.box-contentsInfo-section + .box-contentsInfo-section {
  border-top: 1px solid #cccccc;
  padding: 10px 0;
}

.set-movie-area {
  overflow: hidden;
}

.set-movie-area .content-list-item {
  float: left;
  width: 50%;
  padding: 10px;
  margin: 0;
}

.set-movie-area .content-list-item .content-info-box {
  padding: 5px;
}

.set-movie-area .content-list-item .content-info-box h3 {
  margin: 0;
}

.category-info-area > div {
  font-size: 0.75rem;
}

.category-info-area > div a {
  display: inline-block;
}

.share-area {
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

.share-area a {
  flex-grow: 1;
  display: inline-block;
  font-size: 1rem;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}

.share-area a.icon-facebook {
  background: #305097;
}

.share-area a.icon-line {
  background: #5ae628;
}

.share-area a.icon-twitter {
  background: #000000;
}

.share-area a.icon-google {
  background: #d34836;
}

.share-area a.icon-embed {
  background: #383838;
}

.share-area a:visited, .share-area a:focus, .share-area a:hover {
  color: #ffffff;
  opacity: .7;
}

.box-contents-numbers {
  padding: 10px 0 0;
}

.box-contents-numbers p {
  display: inline-block;
  padding: 0 0 0 5px;
  margin: 5px 0;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  transition: all .2s ease;
  box-sizing: border-box;
}

.box-contents-numbers p span {
  padding: 0 5px;
}

.box-contents-numbers p + .box-contents-numbers p {
  margin-left: 1rem;
}

.favorite {
  cursor: pointer;
}

.favorite.active i {
  color: #e8bb33;
}

.favorite.active:hover {
  background: #eeeeee;
}

.favorite.user-logoff {
  cursor: auto;
  background: #efefef;
  color: #cccccc;
}

.box-related-content {
  margin-bottom: 1rem;
}

.box-mv {
  margin-bottom: 30px;
}

.box-mv img {
  width: 100%;
}

.box-mv.full {
  width: 100%;
  height: 300px;
  background-position: top center;
  background-size: cover;
  box-shadow: 0px 2px 2px 0px #ccc;
}

.box-mv-slide {
  margin-bottom: 20px;
}

.box-mv-slide .js-mv-slide .slick-slide {
  text-align: center;
}

.category-list,
.sub-category-list {
  padding: 0px;
  margin-bottom: 0;
  list-style: none;
}

.category-list-item {
  margin-bottom: 1rem;
}

.category-list-item,
.sub-category-list-item {
  padding: 0 1rem;
  margin-bottom: .5rem;
}

.sub-category-list-item a {
  line-height: 1.4;
}

.major-category {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1rem;
}

.box-sidemenu .news-list time {
  font-size: .75em;
  margin-right: .5em;
}

.box-sidemenu .news-list-item {
  padding: 0.25em 0;
}

.box-sidemenu .news-list-item h3 {
  margin: 0;
}

.box-sidemenu .news-list-item .label {
  font-size: .5rem;
}

.box-sidemenu .news-list-item .tag {
  margin: .25rem .25rem 0 0;
}

.box-sidemenu .content-list {
  padding: 0;
}

.box-sidemenu .content-list-item {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin: 0;
}

.box-sidemenu .content-list-item + .content-list-item {
  border-top: none;
}

.box-sidemenu .content-list-item a {
  display: flex;
  align-items: center;
  color: inherit;
}

.box-sidemenu .content-list-item a:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.box-sidemenu .content-list-item article {
  border: none;
}

.box-sidemenu .content-thumbnail {
  width: 30%;
}

.box-sidemenu .content-info-box {
  width: 70%;
  padding: 0 15px;
}

.box-sidemenu .content-info-box h3 {
  margin-bottom: 0;
}

.btn-toggle {
  cursor: pointer;
  position: relative;
}

.btn-toggle:hover {
  opacity: .6;
}

.btn-toggle.btn-theme:hover, .btn-toggle.btn-accent:hover {
  opacity: 1;
}

.btn-toggle i {
  font-size: .8em;
  position: absolute;
  top: calc(50% - .5em);
  right: 10px;
}

.accordion-box {
  display: none;
  padding: 10px;
  background: #eeeeee;
}

.purchase-info-area .btn-toggle {
  border: 1px solid #acacac;
}

.payment-list {
  padding: 0px;
}

.payment-list-item + .payment-list-item {
  margin-top: 15px;
}

.payment-list-item .inner, .payment-list-item .tile-inner {
  padding: 20px;
}

.payment-list-item p {
  margin: 0;
}

.payment-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}

.payment-contents .content-thumbnail {
  width: 30%;
}

.payment-contents .content-info-box {
  width: 70%;
  padding: 0 0 0 1rem;
}

.payment-contents .content-info-box .ttl-xs {
  margin-bottom: 0;
}

.payment-header .payment-header-tag {
  font-size: 1rem;
  margin: 0 0 0 .5rem;
}

.payment-body .price {
  font-size: 1.25rem;
  font-weight: bold;
}

.payment-body .price .tag {
  font-weight: normal;
  margin-left: .5rem;
}

.payment-body .btn {
  margin: 0 0 0 1rem;
}

.payment-method .payment-method-ttl::after {
  margin: 0 .25rem;
  content: ":";
}

.user-info + .user-info {
  border-left: 1px solid #cccccc;
}

.user-info .user-info-item {
  display: flex;
  align-content: center;
  align-items: center;
}

.user-info .user-info-item .user-info-item-detail {
  word-break: break-all;
  width: calc(100% - 100px);
  padding-right: 10px;
}

.user-info .user-info-item .user-info-item-detail.profile {
  width: 100%;
  padding: 0;
}

.user-info .user-info-item .user-info-item-detail h4 {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  padding: 0 .25rem;
  border-bottom: 1px solid #cccccc;
}

.user-info .user-info-item .user-info-item-btnArea {
  width: 100px;
}

.user-info .user-info-item .user-info-item-btnArea .btn {
  margin: 0;
}

.nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.nav-item + .nav-item a {
  margin-left: 1px;
}

.tab-pane {
  border: 1px solid #dddddd;
  border-top: none;
}

.box-sort {
  padding: 15px 0;
  text-align: center;
  letter-spacing: -.4em;
}

.box-sort .btn {
  letter-spacing: normal;
  margin: 0;
  border-left: 1px solid #dddddd;
}

.box-sort .btn[class*="active"] {
  color: #ffffff;
}

.box-sort .btn:hover {
  color: #ffffff;
}

.news-list,
.course-list,
.campaign-list {
  list-style: none;
  padding: 0;
}

.news-list-item,
.course-list-item,
.campaign-list-item {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: .5rem 0;
}

.campaign-list-item:first-child {
  border-top: none;
  border-bottom: 1px solid #cccccc;
  padding: .5rem 0;
}

.news-list-item + .news-list-item,
.course-list-item + .course-list-item,
.campaign-list-item + .campaign-list-item {
  border-top: none;
}

.news-list-item h3,
.course-list-item h3,
.campaign-list-item h3 {
  margin: .25rem 0;
}

.news-list-item h3 a,
.course-list-item h3 a,
.campaign-list-item h3 a {
  color: #333333;
}

.news-list-item .tag {
  margin: 0 .25em;
}

.news-info {
  position: relative;
}

.news-info .label {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 0px 5px;
  font-size: .75rem;
}

.news-info .label i {
  margin-right: .25rem;
}

.news-detail {
  margin-top: 1rem;
  padding: 1rem 0;
  border-top: 1px solid #cccccc;
}

.news-nav {
  display: flex;
  justify-content: space-between;
}

.news-nav .news-info > time {
  font-size: .875em;
}

.news-nav .news-nav-pre,
.news-nav .news-nav-next {
  width: calc(50% - 10px);
}

.news-nav .news-nav-pre a,
.news-nav .news-nav-next a {
  display: block;
  position: relative;
  height: 100%;
}

.news-nav .news-nav-pre a > h3,
.news-nav .news-nav-next a > h3 {
  margin: 0;
}

.news-nav .news-nav-pre a > i,
.news-nav .news-nav-next a > i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.news-nav .news-nav-pre a {
  padding: 10px 10px 10px 30px;
}

.news-nav .news-nav-pre a > i {
  left: 8px;
}

.news-nav .news-nav-next a {
  padding: 10px 30px 10px 10px;
}

.news-nav .news-nav-next a > i {
  right: 8px;
}

.movieWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movieWrap > *,
.movieWrap iframe,
.movieWrap object,
.movieWrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.vjs-default-skin .vjs-big-play-button {
  background-color: rgba(40, 40, 40, 0.8);
  border-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  box-shadow: none;
  left: 50%;
  margin: -1.3em 0 0 -2em;
  top: 50%;
  z-index: 0;
}

.vjs-default-skin .vjs-big-play-button:before {
  text-shadow: none;
}

.movieMessage {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.movieMessage p {
  color: #ffffff;
}

.movieMessage .ttl-sm {
  padding: 0 10px;
}

.box-user-comment {
  padding: 10px;
}

.box-user-comment + .box-user-comment {
  border-top: 1px solid #f2f2f2;
}

.box-user-comment time {
  font-size: .8em;
  margin-right: .5rem;
}

.text-comment {
  font-size: .75rem;
}

.box-comment-display {
  overflow: hidden;
}

.box-comment-display.hide {
  position: relative;
  max-height: 300px;
}

.box-comment-display.hide:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

#js-more-btn {
  cursor: pointer;
  text-align: center;
  font-size: 1.25rem;
  padding: .5rem;
  transition: all .2s ease;
}

#js-more-btn i {
  transition: all .2s ease;
  transform: translateY(0);
}

#js-more-btn:hover i {
  transform: translateY(0.5rem);
}

/* フォームエリア 共通スタイル */
.box-form {
  padding: 20px 30px;
}

.purchase-formarea {
  padding: 0 20px;
}

/* フォーム フロー図 */
.box-form-flow {
  display: flex;
  justify-content: center;
  color: #ccc;
  border-top: 1px solid #cccccc;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

.box-form-flow > span {
  counter-increment: step;
  position: relative;
  padding: 10px 1rem;
}

.box-form-flow > span + span {
  margin-left: 30px;
}

.box-form-flow > span + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -20px;
  top: calc(50% - 10px);
  border: 10px solid transparent;
}

.box-form-flow > span::before {
  font-family: Roboto,sans-serif;
  content: "STEP." counter(step);
  display: block;
  text-align: center;
  font-size: .5rem;
}

.box-form-flow > span.active {
  color: #333;
}

/* 決済方法選択画面 */
.premium-price {
  margin-bottom: 0;
}

.premium-price .tag {
  font-size: .6em;
  margin-left: .5rem;
}

.purchase-select .btn {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* google リキャプチャ */
.g-recaptcha {
  margin: 20px 0;
}

.g-recaptcha > div {
  overflow: hidden;
  margin: auto;
}

/* フォームパーツ */
.form-check-inline + .form-check-inline {
  margin-left: 0;
}

.form-group {
  padding: 1rem .5rem;
  margin: 0;
  overflow: hidden;
}

.form-check-inline {
  margin-right: .5rem;
}

.form-check-inline:last-child {
  margin-right: 0;
}

.confirm-parts {
  border-left: 1px solid #ececec;
}

.purchase-detail {
  padding: 20px 30px;
}

.purchase-detail .purchase-detail-headline {
  font-weight: bold;
  margin-bottom: 0;
}

/* 確認画面用パーツ */
p.form-control {
  border: none;
  font-weight: bold;
  background: #f2f2f2;
}

/* SNS 新規登録・ログイン */
span.icon-facebook,
span.icon-google {
  display: block;
  position: absolute;
  top: calc(50% - .5em);
  left: 10px;
  padding-right: .5rem;
  border-right: 1px solid #fff;
}

/* 必須/任意アイコン */
.form-control-label.marked::before {
  display: inline-block;
  content: "\4efb\610f";
  /* 任意 */
  background: #525252;
  color: #fff;
  padding: 2px .25rem;
  margin-right: .25rem;
  font-size: .75rem;
}

.form-control-label.marked.required::before {
  content: "\5fc5\9808";
  /* 必須 */
  background: #ff0b00;
  color: #fff;
}

/* datepicker スタイル調整*/
select.ui-datepicker-year {
  height: 2em !important;
  margin-right: 5px !important;
  width: 70px !important;
}

select.ui-datepicker-month {
  height: 2em !important;
  margin-left: 5px !important;
  width: 70px !important;
}

.ui-widget-header {
  color: #333333;
  font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 5px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  top: 6px;
}

.user-area img {
  max-width: 100%;
  width: auto;
}

@media screen and (max-width: 575px){
  .is-pc{
    display: none;
  }
  .is-sp{
    display: block;
  }
  .nav-inner + .nav-inner .global-nav-list > li:last-child{
    float: none;
    width: 100%;
  }
  .global-nav-list > li{
    margin-left: 0;
  }
  .box-search .input-group > .form-control.btn-theme{
    flex-grow: .5;
  }
  .payment-list{
    padding: 0;
  }
  .movieMessage .ttl-sm{
    font-size: 1rem;
  }
  .purchase-formarea{
    padding: 0;
  }
  .g-recaptcha > div{
    width: 100% !important;
  }
  .purchase-detail{
    padding: 1rem;
  }
}

@media screen and (max-width: 767px){
  .logo-area{
    padding-top: 30px;
  }
  .box-contents-numbers p span{
    font-size: .75rem;
  }
  .payment-contents{
    display: block;
  }
  .payment-contents .content-thumbnail{
    width: 100%;
  }
  .payment-contents .content-info-box{
    width: 99%;
    padding: 10px;
  }
  .user-info + .user-info{
    border-left: none;
  }
  .user-info .user-info-item{
    display: block;
    margin-top: 20px;
  }
  .user-info .user-info-item .user-info-item-detail{
    width: 100%;
  }
  .user-info .user-info-item .user-info-item-btnArea{
    width: 100%;
    text-align: right;
  }
  .nav-item a{
    font-size: 0.75rem;
  }
  .box-sort .btn{
    font-size: 0.75rem;
    width: 50%;
    border: none;
  }
  .box-form-flow{
    border-top: none;
    border-bottom: 1px solid #cccccc;
  }
  .box-form-flow > span{
    padding: 0px 1rem 10px;
  }
}
