@charset "UTF-8";

/*=======デフォルトCSS上書き用=======*/
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans Japanese", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
}
a:hover {
  opacity: .5;
  text-decoration: none;
}
a.btn:hover,
.pagination a:hover {
  opacity: 1;
}
*:focus {
  outline: none !important;
}
.box-header {
  padding: 0 2%;
  border-bottom: 1px solid #cccccc;
}
.box-header ul {
  padding-top: 4px;
}
.box-header ul.box-dropdown-target {
  padding-top: 0;
}
.nav-inner {
  padding: 10px 0 6px 0;
}
.nav-inner + .nav-inner {
  border-top: none;
  box-shadow: none;
}
.nav-inner + .nav-inner .global-nav-list > li:last-child {
  float: none;
  margin-right: 30px;
}
.link-list a {
  padding: 0;
}
.box-dropdown-target {
  padding: 0;
}
.box-copyright {
  text-align: center;
  background: none;
  border-top: none;
}
.box-copyright a,
.box-copyright a small {
  font-size: 14px;
  color: #9e9e9e;
}
.box-copyright a:hover small {
  color: #000;
  transition: .3s;
}
#toTopBtn {
  border: 15px solid transparent;
  text-align: center;
  width: 50px;
  height: 50px;
  top: -25px;
}
#toTopBtn:hover {
  opacity: 1;
}
.TopBtn:before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-25%) translateX(-50%) rotate(-45deg);
  transform: translateY(-25%) translateX(-50%) rotate(-45deg);
}
.ttl-border {
  padding-bottom: 1rem;
}
p {
  font-size: 14px;
  font-size: 1.4rem;
}
.ttl-lg {
  margin-bottom: 25px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 1px;
}
.ttl-md {
  margin-bottom: 25px;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
}
.ttl-sm {
  font-size: 18px;
  font-size: 1.8rem;
}
.ttl-xs {
  font-size: 16px;
  font-size: 1.6rem;
}
.text-plain {
  font-size: 14px;
  font-size: 1.4rem;
}
.text-sm {
  font-size: 12px;
  font-size: 1.2rem;
}
.text-xs {
  font-size: 10px;
  font-size: 1.0rem;
}
.inner, .tile-inner {
  padding: 30px 0;
}
.tile-inner {
  background: #fff;
  box-shadow: none;
}
.box-section + .box-section {
  border-top: none;
  position: relative;
}
.content-list-item article {
  border: none;
}
.content-thumbnail-box:hover {
  opacity: .6;
  transition: .3s;
}
.content-info-box {
  padding: 0 0 5px;
  overflow-y: hidden;
}
.label-set {
  background: #000;
  font-size: 1rem;
}
.slick-dots {
  bottom: -30px;
}
.slick-arrow i {
  font-size: 50px;
}
.content-list .custum-prevBtn {
  left: -10px;
}
.content-list .custum-nextBtn {
  right: -10px;
}
.content-list .custum-prevBtn,
.content-list .custum-nextBtn {
  top: 0px;
  bottom: 0px;
  width: 20px;
  height: 85%;
}
.box-content {
  margin-bottom: 0;
}
.box-form {
  color: #000;
}
.box-contents-numbers p {
  margin: 0;
  padding: 0 0 0 10px;
  border: none;
}
.box-contentsInfo {
  overflow: visible;
}
/*reset*/
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*=======simpleテンプレート=======*/
/*---------layout---------*/
.container {
/*  padding-left: 30px;*/
  padding: 0 50px;
  width: 100%;
  max-width: 100%;
}
/*幅広にしないページ*/
#page-auth-entry .container.box-main,
#page-auth-login .container.box-main,
#page-auth-passwords-email .container.box-main,
#page-inquiry-input .container.box-main,
#page-inquiry-confirm .container.box-main,
#page-inquiry-complete .container.box-main {
  max-width: 900px;
}
/*---------parts---------*/
/*layout*/
.float-l {
  float: left;
}
.float-r {
  float: right;
}
.center {
  margin: 0 auto;
  text-align: center;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
.inner-sm + .inner-sm {
  margin-top: 20px;
}
.l-wrap-md {
  margin: 0 auto;
  width: 800px;
}
/*ttl*/
.txt-lg {
  font-size: 16px;
}
.txt-md {
  font-size: 14px;
}
.txt-center {
  text-align: center;
}
/*btn*/
.btn {
  font-size: 14px;
}
.btn-border {
  padding: 5px 10px;
  font-size: 12px;
}
.btn-toggle {
  padding: 8px;
}
.accordion-box + .btn-toggle {
  margin-top: 20px;
}
/*パンくず*/
.box-breadCrumb{
  /* border-top: 1px solid #ccc; */
}
.list-breadCrumb {
  font-size: 12px;
}
.list-breadCrumb li:last-child {
  color: #949494;
}
/*カテゴリタイトル*/
.ttl-wrap {
  margin-bottom: 20px;
  padding-left: 18px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}
/*.ttl-wrap:before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}*/
.ttl-wrap .ttl-md {
  margin-bottom: 0;
  padding-right: 15px;
}
.ttl-wrap .ttl-xs {
  padding-right: 15px;
}
.ttl-wrap a {
  font-size: 14px;
  line-height: 1;
}
.ttl-wrap a i {
  padding-left: 2px;
  font-size: 17px;
}
/*サムネスライダー*/
#page-index .content-list,
#page-index_login .content-list {
  margin-left: -22px;
}
.content-list-item {
  padding-right: 0;
  position: relative;
}
.content-list-item .content-price {
  padding: 3px 5px;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 11px;
  color: #9e9e9e;
  line-height: 1;
  border: 1px solid #9e9e9e;
  background: #fff;
}
.content-list-item .content-status-box {
  margin-top: 8px;
}
.slick-arrow {
  background: transparent;
}
.slick-arrow img {
  width: 20px;
}
/*サムネ*/
.content-info-box h3 {
  padding-top: 7px;
  font-size: 14px;
  line-height: 1;
}
/*モーダル*/
.modal {
  color: #000;
}
/*アコーディオン*/
.accordion-box {
  margin-top: -10px;
  padding: 16px;
  background: #fff;
}
 .accordion-box ul {
  margin: 0;
  padding: 0 0 0 8px;
  list-style: none;
}
 .accordion-box ul li a {
  color: #000;
  font-size: 16px;
}
#page-mypage-index .accordion-box ul li a {
  padding: 6px 0;
  display: block;
}
#page-contents-show .accordion-box ul li a {
  font-size: 14px;
}
#page-contents-show .accordion-box ul li a:hover {
  color: #000;
  transition: .3s;
}
/*tag*/
.tag {
  padding: 2px 5px;
  font-size: 12px;
  font-size: 1.2rem;
}
/*card*/
.card,
.card a {
  color: #000;
}
/*others*/
.status-end, .status-start {
  border: none;
}
.icon {
  padding: 8px;
  padding-right: 30px !important;
}
.alert-dismissible .close {
  padding: 15px;
}
/*----------------------------
header
----------------------------*/
.box-header {
  padding: 0 50px;
}
.box-header .container {
  padding-right: 0;
}
.box-header nav {
  display: flex;
  flex-wrap: wrap;
}
.box-header .col-md-12{
  position: static;
}
.box-header nav .nav-inner:first-child {
  margin-right: 15px;
}
.box-header .logo-wrap {
  width: 200px;
}
.box-header .nav-inner:last-child {
  width: calc(100% - 200px);
}
.box-header h1 {
  margin-bottom: 0;
  padding-top: 20px;
}
.box-header h1 a {
  display: block;
}
.box-header h1 a img {
  max-height: 75px;
  max-width: 185px;
}
.box-header h2 {
  font-size: 1.0rem;
  margin-bottom: 0;
}
.box-header .btn-wrap > li + li {
  margin-left: 5px !important;
}
.box-header .global-nav li {
  margin-right: 30px;
  margin-left: 0;
  text-align: left;
}
.sub-category-list{
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 97px;
  left: 0;
  box-sizing: border-box;
  width: 100vw;
  display: flex;
  justify-content: flex-start;
  background: #f1f1f1;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  padding: 0 40px!important;
  border-top: 1px solid #ccc;
}
.sub-category-list-item{
  line-height: 60px;
}
.global-nav-list > li:hover .sub-category-list{
  visibility: visible;
  opacity: 1;
}
.global-nav-list > li .fa-user {
  margin-right: 10px;
}
.box-header .global-nav{
  margin: 15px 0 5px;
}
.box-header .global-nav a {
  padding: 3px 0;
  font-size: 14px;
  font-weight: 300;
}
.box-header .btn {
  padding: 3px 10px;
  font-size: 14px;
/*  border-radius: 25px;*/
  background: transparent;
}
.box-dropdown-target {
  padding: 0 !important;
}
.global-nav-list .link-list a {
  padding: 12px 15px;
  color: #000;
}
.global-nav-list .link-list a:hover {
  text-decoration: none;
  color: #fff;
  background: #000;
  opacity: 1;
}
/*検索フォーム*/
.form-inline {
  margin-bottom: 6px;
  box-sizing: border-box;
  position: relative;
/*  border: 1px solid #ccc;*/
  display: block;
  padding: 0 10px;
  height: 2.2em;
  width: 260px;
  background: #555;
}
.form-inline input[type="text"] {
  border: none;
  position: relative;
  height: 2.0em;
}
.form-inline input[type="text"]:focus {
  outline: 0;
}
.form-inline input[type="submit"] {
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  border-radius: 20%;
  color: #fff;
  background: #555;
  outline : none;
  width: 2.0em;
  height: 2.0em;
}
.form-control,
.box-form-flow {
  font-size: 14px;
  font-size: 1.4rem;
}
.box-search .form-control,
.form-control::placeholder{
  color: #fff;
}
.box-search .form-control {
  background: #555;
  font-size: 12px;
  font-size: 1.2rem;
}

/*----------------------------
footer
----------------------------*/
.box-footer {
  padding-top: 10px;
  border-top: 1px solid #ccc;
  padding: 0 0 20px 0;
  background: #fff;
}
.box-footer nav ul {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box-footer nav ul li {
  list-style: none;
  font-size: 14px;
}
.box-footer nav ul li + li {
  margin-left: 12px;
}
.box-copyright {
  padding-top: 8px;
}
.footer-logo{
  margin: 30px auto 10px;
  max-width: 215px;
}
.footer-logo img{
  width: 100%;
}

/*----------------------------
トップページ
----------------------------*/
#page-index section + section,
#page-index_login section + section {
    margin-top: 100px;
}
.slick-dots li button:before {
  font-size: 10px;
}
/*お知らせ*/
.news-wrap a {
  padding: 15px 0;
  display: block;
}
.news-wrap a time {
  padding-right: 10px;
  letter-spacing: 1px;
}
.news-wrap a h3 {
  display: inline;
  font-size: 14px;
}
.news-list-item {
  padding: 0;
}
/*タグ*/
.tag-wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.tag-wrap ul li {
  margin-right: 8px;
}
.tag-wrap ul li a {
  margin-bottom: 12px;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 25px;
}
.tag-wrap ul li a.tag {
  border: none;
}

/*----------------------------
カテゴリトップページ
----------------------------*/
/*子カテゴリ*/
.list-btn {
  margin-bottom: -15px;
  display: flex;
  flex-wrap: wrap;
}
.list-btn li {
  margin-bottom: 15px;
  width: 32%;
}
/*.list-btn li + li {
  margin-left: 2%;
}*/
.list-btn li a {
  padding: 5px 15px;
  border-radius: 3px;
  display: block;
}
.list-btn li i {
  margin-right: 5px;
}
/*コース*/
.list-link {
  padding-bottom: 10px;
}
.list-link li + li {
  margin-top: 5px;
}
.list-link a {
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
}

/*----------------------------
コンテンツ詳細ページ
----------------------------*/
/*動画説明部分*/
.box-contentsInfo-section .btn {
  font-size: 16px;
}
.box-contentsInfo-section + .box-contentsInfo-section {
  padding: 20px 0 10px 0;
}
#page-contents-show .accordion-box ul li a {
  font-size: 14px;
}
#page-contents-show .accordion-box ul li a:hover {
  color: #000;
  transition: .3s;
}
.box-contentsInfo .content-status-box {
  padding-top: 6px;
}
.box-contentsInfo .purchase-info-area {
  margin-top: 20px;
}
.box-contentsInfo .purchase-info-area .ttl-xs {
  margin-bottom: 5px;
}
.content-ttl-wrap {
  margin-top: 40px;
  padding: 30px 2% 40px 2%;
}
.detail-wrap {
  padding: 0 2% 20px 2%;
}
#page-contents-show .box-contentsInfo-section .btn {
  font-size: 14px;
}
/*セット前へ次へ*/
.set-movie-area .content-list-item:last-child {
  padding: 0 0 0 10px;
}
.set-movie-area .content-list-item:first-child {
  padding: 0 10px 0 0;
}
.set-movie-area .content-list-item span {
  padding-bottom: 5px;
  display: block;
}
.set-movie-area .content-list-item .content-info-box {
  padding: 0;
}

/*再生回数・お気に入り*/
.numbers-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  color: #929292;
}
.box-contents-numbers p span {
  padding: 0;
}
.fa-heart:before {
  content: "\f004";
}
.favorite {
  padding: 6px 15px;
  color: #000;
  background: #fff;
  border: 1px solid #d0d0d0;
}
.favorite.user-logoff{
  opacity: 0.5;
}
.favorite i {
  padding-right: 5px;
  color: #e0245e;
}
.favorite:hover {
  cursor: pointer;
  background: #fff;
  opacity: .5;
  transition: .3s;
}
.favorite.active {
  padding-right: 30px;
  color: #949494;
  background: transparent;
  position: relative;
}
.favorite.active i {
  color: #949494;
}
.favorite.active:after {
  content: "済";
  position: absolute;
  top: 6px;
  right: calc(29px - 1.4rem);
}
.share-area {
  padding-left: 15px;
  justify-content: flex-end;
}
.share-area a {
  padding: 12px;
  font-size: 14px;
  font-size: 1.4rem;
  flex-grow: 0;
}
.share-area a + a {
  margin-left: 7px;
}

/*----------------------------
検索結果ページ
----------------------------*/
.box-sort .btn {
  font-size: 14px;
}
.pagination + .content-list {
  margin-top: 20px;
}
.content-list + .pagination {
  margin-top: 30px;
}

/*----------------------------
セット詳細ページ
----------------------------*/
.content-list.row {
  margin-right: -30px;
  margin-left: -30px;
}

/*----------------------------
マイページ
----------------------------*/
.user-info .user-info-item .user-info-item-detail h4 {
  font-size: 12px;
  font-size: 1.2rem;
}

/*----------------------------
フォーム
----------------------------*/
select.form-control:not([size]):not([multiple]) {
  height: auto;
}
/*----------------------------
font awesome
----------------------------*/
.f-icon:before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
}
.f-login:before{
  content: "\f090";
}
.f-user-plus:before{
  content: "\f234";
}
/* ヘッダー検索窓調整 */
.form-inline input[type="text"] {
    width: 170px;
}
.ttl-wrap h2 {
    position: relative;
}
.ttl-wrap h2:before {
    content: "";
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -18px;
}
.list-btn li {
    min-width: 117px;
    margin-right: 2%;
}
.list-btn li:last-child {
    margin-right: 0;
}

@media (max-width: 960px) {
/* トップページお知らせ幅調整 */ 
  .l-wrap-md {
    width: 90%;
  }
/* ヘッダー検索窓調整 */  
  .form-inline {
    width: 210px;
  }
}
/* コンテンツ幅指定 */
#page-announce-index .container.box-main,#page-announce-show .container.box-main,#page-freepage-index .container.box-main,#page-auth-register .container.box-main,#page-auth-registerConfirm .container.box-main,#page-auth-registerComplete .container.box-main,#page-mypage-login_id .container.box-main,#page-mypage-password .container.box-main,#page-mypage-email .container.box-main,#page-mypage-profile .container.box-main,#page-payment_gmo_pg\:\:creditcard-input .container.box-main,#page-payment_gmo_pg\:\:cvs-input .container.box-main {
    max-width: 900px;
}
/* 問い合わせ　ステップ英文字フォントサイズ指定 */
.box-form-flow > span::before {
    font-size: 10px;
}
/* セット詳細 配信開始・終了日時タグ margin修正 */
.tag + .tag {
    margin: 5px 0 0;
}
/* 決済履歴一覧 利用タイトル　文字色修正 */
#page-payment_histories-index .ttl-xs a {
    color: #000;
}
#page-payment_histories-index .ttl-xs a:hover {
    opacity: 0.5;
}

/* サムネイルの位置調整 */
.slick-track {
  margin-left: 0;
  margin-right: 0;
}

/* ソーシャルログイン　アイコン位置調整 */
span.icon-facebook, span.icon-google{
  border: none;
}
a.btn.btn-facebook.icon{
  padding: 8px 30px;
}
a.btn.btn-google.icon{
  padding: 8px 30px;
}
.ttl-wrap{
  align-items: flex-end;
}
.ttl-wrap h2{
  width: 80%;
}
a.profiles{
  display: block;
  margin-top:-30px;
  padding-top:30px;
  position: absolute;
  top: -100px;
}
.box-related-content {
  margin-bottom: 3rem;
}
.form-check-label {
  margin-bottom: 25px;
  margin-right: 25px;
}
.text-comment {
  font-size: 1.4rem;
}
.badge{
  padding: 0.4em 1em;
  font-size: 1.2rem;
  vertical-align: middle;
}
.tag{
  padding: 1px 5px;
  margin: 0 5px 0 0;
}
.payment-body .price{
  font-size: 1.8rem;
  font-weight: normal;
}

/*----------------------------
チャット  202110
----------------------------*/

/* ------動画エリア調整 ------*/

#page-contents-showWithChat .box-contents-numbers{
  position: initial;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 0 0;
}

#page-contents-showWithChat #fullscreenBtnAnother{
  position: initial!important;
  margin: 0px;
}

/*------ チャットエリア調整 ------*/

/* シェアボタン余白 */
#page-contents-showWithChat .share-area{
  padding-top: 7px;
}

/* 二重線削除 */
#page-contents-showWithChat #chatArea.tab-pane{
  border: none;
}

/* タブ */
#page-contents-showWithChat .f-info:before {
  content: "\f05a";
}

#page-contents-showWithChat .f-chat:before {
  content: "\f086";
}

/* 動画情報エリア */

#page-contents-showWithChat #infoArea h4.btn-toggle{
  margin-bottom: 10px;
}

/* 要素が多い時にスクロールする */
#page-contents-showWithChat #infoArea{
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
}

/* Chrome, Safari 対応 */
#page-contents-showWithChat #infoArea::-webkit-scrollbar {
  display: none;
}


/*------ 情報エリア調整 ------*/
#fullscreenRightColumn #infoArea .list-btn li{
  width: initial;
} 
