@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("/css/fonts/icomoon.eot?9tk790");
  src: url("/css/fonts/icomoon.eot?9tk790#iefix") format("embedded-opentype"), url("/css/fonts/icomoon.ttf?9tk790") format("truetype"), url("/css/fonts/icomoon.woff?9tk790") format("woff"), url("/css/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: '𝕏'!important;
    font-weight: bold!important;
    }

.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: 200px;
/*  max-height: 500px;*/
  padding: 0;
  overflow: auto;
  background: #ffffff;
  position: absolute;
  top: -10px;
  left: 0px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
  text-align: left;
  z-index: 100;
}

.box-dropdown-target.link-list a {
  padding: 10px;
}

.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;*/
 width:1100px;
 margin:0 auto;
 padding: 0 10px ;
}

.list-breadCrumb {
  padding: 20px 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: 3px 0 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;
}
.btn-theme a:visited, a:focus {
  color: #ffffff;
}


.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;*/
  padding: 5px 7px;
/*  border: 1px solid #cccccc;*/
  border-radius: 0.25rem;
}

a.tag:hover,
a.tag:visited,
a.tag:focus {
  color: #fff;
}

.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;*/
  background: #83847f;
/*  color: #333333;*/
  color: #fff;
}

.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: 22px;
/*  margin-bottom: 1rem;*/
  margin-bottom: 22px;
}

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

.ttl-sm {
  font-size: 18px;
  margin-bottom: 0;
}

.ttl-xs {
  font-size: 16px;
  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 {
  margin:2px 0;
  font-size: 1rem;
  line-height: 1.2;
}

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

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

.inner, .tile-inner {
  padding: 0;
}

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

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

.box-main {
 margin-top:100px;
/*  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: 10px;
  overflow: hidden;
  /*background: #fff;*/
  /*height: 110px;*/

}

.content-info-box .content-explanation {
  display: none;
}

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

.content-info-box h3 a {
  color: #333;
}

.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;
  padding:0;
  font-size: 14px;
}

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

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

.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;
  font-size: 12px;
}

.share-area {
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  padding-bottom:0;
}

.share-area a {
  flex-grow: 1;
  display: inline-block;
  font-size: 1rem;
  padding: 5px 10px;
  margin-top:-30px;
  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;
}

.share-area02 {
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  margin-top: 0px;
  padding-bottom:30px;
}

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

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

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

.share-area02 a.icon-twitter {
  background: #00aced;
}

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

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

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

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

.box-contents-numbers p {
  display: inline-block;
  padding: 3px;
  margin: 0 0 0 10px;
  border-radius: 0.25rem;
  border: 1px solid #ccc;
  transition: all .2s ease;
  box-sizing: border-box;
  background: #fff;
  font-size: 12px;
}

.box-content .box-contents-numbers p {
  margin: 0;
}

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

.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: 1050px;

}

.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: #fff;
}

.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: 0;
}

.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;
  margin-bottom: 3px;
/*  padding: 0 .25rem;*/
  padding: 0 0 3px 0;
  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;
}

.user-info-item + .user-info-item {
  margin-top: 10px;
}

.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 {
  margin-top:10px;
  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;
  line-height: 1.5;
}

.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;
}

.movieWrap{
  border: 1px solid #ccc;
}

.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 {
  margin-bottom: 10px;
}

/* 必填/任意アイコン */
.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;
}

.form-control-label.marked.required::before {
  content: "必填";
}

/* 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;
  }
}

/* ========================
  デザインカスタマイズ
======================== */
/*reset*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
}

body {
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

ul, ul li {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

::placeholder {
  font-size: 14px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*---------------------------------
レイアウト
---------------------------------*/
.container {
  max-width: 1100px;
}

.container04 {
  max-width: 1100px;
  position: fixed; /* ここに注目! */
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 50px;
  padding-inline: 15px;
  align-content: center;
}
}

.box-section {
  margin: 0 auto;
}

.box-wrapper {
  padding-bottom: 100px;
  /*background: #eee;*/
}

#page-index .box-wrapper,
#page-index_login .box-wrapper {
  background: #fff;
}

.tile-inner {
  /*background: #eee;*/
}

#page-index .tile-inner,
#page-index_login .tile-inner {
  background: #fff;
}

/*---------------------------------
汎用パーツ
---------------------------------*/
img {
  width: 100%;
}


.inner {
  margin: 0 auto;
}

.center {
  text-align: center;
}

.ttl-md {
  color: #888;
  letter-spacing: 3px;
}

.txt-vl {
  color: #9178b4;
}

.btn {
  font-size: 14px;
}

.bg-wh {
  background: #fff;
}

.tag-price {
  padding: 3px;
  border: 1px solid #9178b4;
  font-size: 10px;
  color: #9178b4;
  display: inline-block;
}

a.tag-price:visited,
a.tag-price:focus {
  color: #9178b4;
}

.bg-wh .tag-price {
  font-size: 14px;
}


.purchase-info-area .bg-wh ul li {
  float: left;
}

.purchase-info-area .bg-wh ul li + li {
  margin-left: 5px;
}

.btn-vl,
a.btn-vl:visited,
a.btn-vl:focus {
  padding: 15px 50px;
  border: 1px solid #9178b4;
  color: #9178b4;
  font-size: 14px;
  display: inline-block;
}

.btn-vl-bg {
  padding: 25px;
  background: #674498;
  color: #fff !important;
  font-size: 20px;
  display: inline-block;
}

.btn-bk {
  padding: 30px 40px;
  background: #333;
  color: #fff;
  font-size: 24px;
  letter-spacing: 2px;
  display: inline-block;
}

.btn-bk + .btn-bk {
/*  margin-left: 70px;*/
}

.btn-bk span {
  font-size: 24px;
}

.btn-bk:hover,
a.btn-bk:visited,
a.btn-bk:focus {
  color: #fff;
}

.sp-only {
  display: none;
}

/*ヘッダ*/
header {
  /*padding-top: 15px;*/
  padding-top: 0;
}

header .global-nav-list {
  padding-right: 15px;
}

header .global-nav-list li a {
  font-size: 12px;
}

header .btn-global-nav.btn {
/*  margin-top: 0;*/
}

header .logo {
  /*margin: -20px auto 0 0;*/
  margin: -40px auto 0 0;
  width: 195px;
  display: block;
  text-align:left;
}

.h04{
  position: fixed; 
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 80px;
  color: white;
  background-color: white;
  padding-inline: 15px;
  align-content: center;
  border-bottom: 1px solid #ededed;
}

header .logo_04 {
  margin: -70px auto 0 0;
  width: 150px;
  display: block;
  text-align:left;
}

.menu04{
    display: flex;
    margin:-90px 0 0 0;
    width: 30rem;
    font-weight: 500;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.menu04 li{
    padding:0 30px 0 0;
}

header nav ul {
  padding: 8px 0 17px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 16px;
  letter-spacing: 3px;
}

header nav ul li a,
header nav ul li a:visited,
header nav ul li a:focus {
  color: #333;
}

/*フッタ*/
footer {
  padding: 60px 0 20px 0;
  background: #eee;
}

#page-index footer,
#page-index_login footer {
  background: #eee;
}

footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 12px;
}

footer > div > ul:first-of-type {
  margin: 0 auto;
  width: 650px;
}

footer > div > ul:last-of-type {
  margin: 0 auto;
  padding-top: 70px;
  max-width: 650px;
}

footer > div > ul:last-of-type li + li {
  position: relative;
  padding-left: 10px;
}

footer > div > ul:last-of-type li + li:before {
  content: "｜";
  color: #888;
  position: absolute;
  top: 0;
  left: -10px;
}

footer small {
  padding-top: 15px;
  text-align: center;
  display: block;
  font-size: 12px;
  color: #888;
}
/*---------------------------------
パーツ
---------------------------------*/
/*動画詳細*/
.txt-description {
  /*margin-top: -65px;*/
  margin-top: -25px;
  padding: 30px 2%;
  line-height: 1.5;
  /*background: #fff;*/
}

.purchase-info-area .btn.btn-toggle {
  margin: 5px 0;
  padding:5px 0;
  background: #82847e;
  color: #fff;
  border: none;
}

.box-contentsInfo-section.file .btn.btn-toggle {
  margin-bottom: 0;
}

.box-contentsInfo-section .ttl-xs {
  line-height: 1;
  margin-bottom: 3px;
}

.box-contentsInfo-section.file {
  margin-top: -10px;
}

.box-contentsInfo-section .bg-wh {
  margin-top: 10px;
  padding: 10px;
  font-size: 14px;
}

.box-contentsInfo-section .bg-wh ul {
  margin-top: 5px;
}

.category-info-area > div + div {
  margin-top: 4px;
}

/*コンテンツBOX*/
.txt-detail {
  height: 4em;
  font-size: 10px;
  line-height: 1.4;
  color: #888;
  text-overflow: clip;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.content-info-box .content-price,
.content-info-box .box-contents-numbers {
  display: inline;
  float: left;
  padding: 0;
  margin: 0;
}

/*---------------------------------
トップページ
---------------------------------*/
#page-index .box-mv,
#page-index_login .box-mv {
  margin-bottom: 0;
}

.container {
  max-width: 1100px;
}


#page-index .box-section,
#page-index_login .box-section {
  margin: 0 auto;
}

#page-index .tile-inner,
#page-index_login .tile-inner {
  box-shadow: none;
}

#page-index .inner,
#page-index .tile-inner,
#page-index .content-list,
#page-index_login .inner,
#page-index_login .tile-inner,
#page-index_login .content-list {
  padding: 0;
}

#page-index .box-section + .box-section,
#page-index_login .box-section + .box-section {
  margin-top: 40px;
}

#page-index .ttl-md,
#page-index_login .ttl-md {
  margin: 35px 0;
  padding: 0;
  position: relative;
  display: inline-block;
  letter-spacing: 6px;
  text-align: center;
  color: #000;
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-weight: bold !important;
}


#page-index .ttl-md:before,
#page-index_login .ttl-md:before {
  left:0;
}

#page-index .ttl-md:after,
#page-index_login .ttl-md:after {
  right: 0;
}

#page-index .about-wrap .ttl-md:before,
#page-index .about-wrap .ttl-md:after,
#page-index_login .about-wrap .ttl-md:before,
#page-index_login .about-wrap .ttl-md:after {
  content: none;
}

h2 .ttl-md{
  font-weight:700 !important;
}

.ttl_h2 {
  display:flex;
  flex-wrap: wrap;
  padding:60px 0 0 0;
}

/*
.ttl_h2 div{
   width:100%;
   /*margin:30px 0 20px 10px;*/
   /*text-align: center;*/
}
*/

.ttl-04{
  width:50%;
  margin:20px 0 20px 10px;
  letter-spacing: 6px;
  text-align: left;
  color: #000;
  font-weight:bold;
  font-size:140%;
  font-family: 'Noto Sans TC', 'PingFang TC', 'Microsoft JhengHei', sans-serif;
}

/*フリーエリア*/
.about-wrap {
  padding: 60px 0 !important;
  width: 600px;
  text-align: center;
}

#page-index .about-wrap .ttl-md,
#page-index_login .about-wrap .ttl-md {
  margin: 0 0 30px 0;
  padding: 10px 0;
  width: 100%;
  font-size: 22px;
  color: #000;
  font-weight: normal;
  letter-spacing: 1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.about-wrap > p {
  color: #333;
  line-height: 1.6;
}

.about-wrap > a {
  margin-top: 30px;
}

.about-wrap .btn-wrap {
  margin-top: 35px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-wrap .box-search p {
  line-height: 1;
  font-size: 14px;
}

/*お知らせ*/
.tile-inner.news-wrap {
  padding-bottom: 50px !important;
}

.news-wrap time {
  font-size: 12px;
  letter-spacing: 1px;
  color: #aaa;
}

/*---------------------------------
下層
---------------------------------*/
/*カテゴリ一覧*/
#page-contents-category .col-12 + .col-12 {
  margin-top: -60px;
}

#page-contents-category .btn.btn-toggle {
  margin-top: 0;
}

/*動画詳細*/
.accordion-box a {
  font-size: 14px;
}

/*マイページ*/
.accordion-box > ul {
  padding: 10px;
  line-height: 1.6;
}

/*お知らせ詳細*/
.box-main .news-info {
  margin-bottom: 10px;
}

.sns-links {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 32px;
  padding: 24px 0;
}

.sns-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  color: #5B4E96;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.sns-item span {
  font-size: 12px;
  color: #333;
}

.sns-item:hover {
  opacity: 0.7;
}

/* ==========================================================
   Login Error Message
   固定ヘッダーに隠れないように表示位置を調整
   2026-07-16
   ========================================================== */

.box-wrapper > .alert-box {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    width: 100%;
    height: auto !important;

    /* 固定ヘッダーの高さ分、下へ移動 */
    margin: var(--header-height, 100px) 0 0 !important;
    padding: 0 !important;

    overflow: visible !important;
}

.box-wrapper > .alert-box.alert-danger {
    color: #842029 !important;
    background: #f8d7da !important;
    border: 1px solid #f5c2c7 !important;
}

.box-wrapper > .alert-box > .container {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;

    height: auto !important;
    margin: 0 auto;
    padding: 20px 24px !important;

    color: inherit !important;
    font-size: 15px;
    line-height: 1.6;
}

.box-wrapper > .alert-box.fade,
.box-wrapper > .alert-box.fade.show {
    opacity: 1 !important;
}

.Title_module_titleWrapper__48f8082d{
    display:none;
}