/* ---- popup dialog style -------*/
div.dialog-dialog {
    background-color:#fff;
    box-sizing:border-box;
    padding:35px 20px 25px 20px!important;
}
div.dialog-dialog .yesno:hover {
    background-color:#953735;
}
div.diglog-closeButton:hover {
    background-color:#fff !important;
}
div.dialog-dialog h3 {
    font-size: 1.5rem!important;
    color: #1a1a1a!important;
    font-weight: normal!important;
    background:none!important;
    padding:0!important;
    margin:0 auto 10px auto!important;
    text-align:center!important;
}
div.dialog-dialog h4 {
    /*border-radius:10px;
    background-color:#F2DCDB;
    border:2px solid #953735;*/
    text-align:center;
    margin:0 auto 20px auto;
    height:40px;
    line-height:40px;
    font-size:1.6em;
}
div.dialog-dialog .desc {
    background:#fff;
    text-align:left;
    margin-left:auto;
    margin-right:auto;
    width:100%;
    padding:10px 0;
    font-size:1.4rem;
    border-radius:5px;
}
div.dialog-dialog .ui-input-text input{
    background-color:#eee;
    border-radius: 0px;
}
div.dialog-dialog .ui-input-text{
    border-width: 0px;
}
div.dialog-dialog .ui-shadow-inset{
    box-shadow:0 0 0;
}
div.dialog-dialog .ui-btn{
    width:auto;
    padding:10px;
    color:#fff !important;
    text-shadow:none !important;
    box-shadow:none!important;
    text-align:center;
    background-color:#3fa366 !important;
    border-radius:0px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border:1px solid #3fa366 !important;
    cursor: pointer;
}
div.dialog-dialog .ui-btn.no{
    background-color:#fff!important;
    color:#3fa366 !important;
    cursor: pointer;
}

/*---- footer ------*/
div.footer div {
    display:table-cell;
    text-align:center;
    padding:3px 0;
}
div.footer div img {
    vertical-align:middle;
}
div.footer_menu_container {
    width:500px;
    height:400px;
}
div.footer_menu_panel {
    margin:10px auto 0 auto;
}
div.footer_menu_panel div {
    width:150px;
    text-align:center;
    float:left;
}
div.footer_menu_panel img {
    width:100px;
    height:86px;
}
div.footer_news_panel {
    height:640px;
    margin-top:10px;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}
div.footer_progress {
    text-align:center;
}
div.footer_progress div {
    margin:10px auto 30px auto;
}
div.footer_coin_history_panel {
    height:640px;
    margin-top:10px;
    overflow:auto;
    -webkit-overflow-scrolling: touch;
}
table.coinlog-list {
    background:rgba(244,244,244,0.7);
    margin:0 auto;
}
table.coinlog-list tr {
    border-bottom:1px solid #999;
}
table.coinlog-list th {
    font-size:0.8rem;
    padding:5px;
}
table.coinlog-list td {
    line-height:120%;
    font-size:0.7rem;
    padding:5px;
}
table.coinlog-list td.livre_price {
    font-size:0.8rem;
    color:#00f;
    font-weight:bold;
    text-align:right;
}
table.coinlog-list td.livre_price.minus {
    color:#f00;
}

ul.purchase_popup_btn{
    display: -webkit-flex;
    display: flex;
    list-style: none;
    padding:0;
}
ul.purchase_popup_btn li{
    -webkit-justify-content: space-around;
    justify-content:         space-around;
    width:50%;
    text-align:center;
}
ul.purchase_popup_btn li a.yesno{
    background-color:#F7819F;
    border: 2px solid #F7819F;
    color:#fff;
}
ul.purchase_popup_btn li a.yesno,ul.purchase_popup_btn li a:visited.yesno{
    color:#fff;
}
ul.purchase_popup_btn li a.yesno:hover{
    color:#fff;
    background-color: #C43234;
    border: 2px solid #C43234;
}
ul.purchase_popup_btn li div.yesno{
    background-color:#FFF;
    border: 2px solid #F7819F;
    color:#F7819F;
    cursor:pointer;
}
ul.purchase_popup_btn li div.yesno:hover{
    color:#fff;
    background-color: #C43234;
    border: 2px solid #C43234;
}

#purchase_bycard_attention{
    height:330px!important;
}
#purchase_bycard_attention .item_info_1 {
    font-size:0.7rem;
    font-weight:bold;
    white-space:nowrap;
    color:#13007A;
    width:52%;
    height:35px;
    padding:0 0 0 10px;
    box-sizing:border-box;
    line-height:1.2em;
    float:left;
    border-bottom:2px solid #666;
    margin-bottom:5px;
}
#purchase_bycard_attention .item_info_waku {
    font-size:0.6rem;
    color:#000;
    text-align:right;
    width:48%;
    height:35px;
    box-sizing:border-box;
    padding:5px 10px 0 0;
    line-height:1.2em;
    float:left;
    margin:0;
    border-bottom:2px solid #666;
    margin-bottom:5px;
}
#purchase_bycard_attention .item_info_3 {
    font-size:0.5rem;
}

/* ---- tab menu -----------------------------*/
ul.tab-menu {
    margin:0;
    padding:0;
    width:100%;
    border-collapse:separate;
    border-spacing:20px 5px;
    display:table;
    table-layout:fixed;
}
ul.tab-menu li {
    list-style:none;
    display:table-cell;
    padding:0 0 10px 0;
    margin:10px 0 0 0;
    position:relative;
    top:5px;
    background-color:#E2D4ED;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
}
ul.tab-menu li::after {
    position:absolute;
    content:"";
    top:25px;
    left:0;
    right:0;
    margin:auto;
    width: 0;
    height: 0;
    border-style:solid;
    border-width:12px 10px 0 10px;
    border-color:#E78094 transparent;
    background-color:transparent;
}
ul.tab-menu .active {
    background-color:#FFF3EC;
}
ul.tab-menu a {
    margin:0 auto;
    text-align:center;
    display:block;
    width:90%;
    font-size:0.7em;
    color:#333;
    text-decoration:none;
}
.ui-navbar .tab-menu .ui-btn-active {
    background-color:#FFF3EB;
}

div.luck_of_coin_container {
    width:400px;
    height:480px;
    color:#000000;
}
div.luck_of_coin_panel {
    margin:10px auto 0 auto;
}
div.luck_of_coin_panel .yesno {
    border-radius:10px;
    background-color:#F2DCDB;
    border:2px solid #953735;
    text-align:center;
    margin:0 auto;
    height:60px;
    width:150px;
    line-height:60px;
}
div.luck_of_coin_panel .yesno:hover {
    background-color:#953735;
}
div.reaction_wrote_button,
div.reaction_write_button {
    width:84px;
    height:53px;
    background-repeat:no-repeat;
    background-size:100%;
}

/*
-----------------------------------------------------------------------------------------------------------*/

*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html,body,div,dl,dt,dd,ul,ol,li,code,form,fieldset,input,textarea,p,blockquote,th,td,h1,h2,h3,h4,h5,h6,a{
    border:0;
    margin:0;
    padding:0;
    font-weight:normal;
}
ul{
    list-style-type: none;
}
html {font-size:62.5%;}
body{
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-weight:normal;
    font-size:1.6rem;
    overflow-wrap: break-word;
    word-wrap: break-word;
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
}
a{
    text-decoration: none;
    cursor:pointer;
    font-weight:normal;
    transition: all 0.3s;
    color: #178ebf;
}

img{
    max-width:100%;
    height:auto;
}
.cf:after {
    content: "";
    clear: both;
    display: block;
}
.pc	{ display:none!important; }
.mb	{ display:block!important; }
@media screen and (min-width: 768px) {
.pc	{ display:block!important; }
.mb { display:none!important; }
}

#wrap{
    max-width:768px;
    height:auto;
    margin:0 auto;
    background-color:#fff;
}
#contents{
    width:100%;
    margin: 70px 0 120px 0;
}

@media screen and (max-width: 480px) {
    #contents { margin: 50px 0 0 0; }
}

.twoBtnSide {
  display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
  margin: 0 0 30px 0;
}

.twoBtnSide li {
  width: 50%;
  margin: 10px;
  text-align: center;
}

.twoBtnSide li a {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  vertical-align: middle;
  border-radius: 40px;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 480px) {
  .twoBtnSide li a {
    font-size: 1.8rem;
    height: 60px;
    line-height: 60px;
  }
}

.twoBtnSide .twoBtnSide1 a {
    color: #ffffff;
    background: #3fa366;
}

.twoBtnSide .twoBtnSide2 a {
    color: #178ebf;
    border: solid 1px #178ebf;
}

.signUpBtn a {
  background: rgb(10,201,68);
  background: linear-gradient(120deg, rgba(10,201,68,1) 0%, rgba(56,201,244,1) 100%);
  color: #ffffff;
}

.signUpBtn a:visited, .signUpBtn a:hover {color: #ffffff; }

.loginBtn a {
  border: solid 2px #178ebf;
  color: #178ebf;
}

.yesno{
    cursor: pointer;
}

sup{
    font-size: 1.2rem;
    line-height: 1.5rem;
    display: block;
    margin: 15px auto;
    color:#888;
}

.dialog-closeButton{
    position: absolute;
    color: #fff;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-position: center;
    cursor: pointer;
    background: url(/image/site/x_dialog_close.png);
    background-size: 100%;
}

.dialog-container{
    background-color: rgba(100, 100, 100, 0.6);
}

.wrapCont1 {
    margin: 0 10px;
}

.fav_star_content i,
.fav_star i,
.fav_star_cont i { color: #ffba00 !important; }

.favMsg {
    display: none;
    position: fixed;
    z-index: 3;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #ffffff;
    border-radius: 6px;
    width: 90%;
    max-width: 400px;
    font-weight: bold;
    text-align: center;
    padding: 20px 10px;
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.25);
    font-size: 1.8rem;
}

.favMsg i {
    display: inline-block;
    color: #ffba00;
    padding: 0 5px 0 0;
}

.titleImg { position: relative; }

.lowPt {
    background: #ff4848;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    padding: 5px 0;
    margin: 5px auto 0 auto;
    border-radius: 4px;
    width: 40%;
    letter-spacing: -1px;
}

@media screen and (max-width: 480px) {
    .lowPt {
        font-size: 1rem;
        line-height: 1rem;
        width: 70%;
    }
}

.memberH2Wrap {
    text-align: center;
    margin: 0 0 30px 0;
}

.memberH2 {

	font-size: 2.4rem;
	position: relative;
    display: inline-block;
	padding: 0 55px;
	width: auto;
    color: #3fa366;
    font-weight: bold;
}

.memberH2:before, .memberH2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #3fa366;
}

.memberH2:before { left:0; }

.memberH2:after { right: 0; }

/* ---- header --------------------------------*/
header{
    background:rgba(255,255,255,0.97);
    position:fixed;
    max-width:768px;
    width:100%;
    top:0;
    z-index:4;
    line-height:100%;
    left: 50%!important;
    transform: translate(-50%)!important;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    height:70px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 10px;
}

@media screen and (max-width: 480px) {
    header { height: 50px; }
}

.headerLogo {
    width:75%;
    margin: 0 2% 0 0;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    .headerLogo { width: 60%; }
}

.headerLogo img{
    max-width:200px;
    width: 100%;
    height:auto;
    vertical-align: middle;
}
header .square{
    width:25%;
    text-align: center;
}

@media screen and (max-width: 480px) {
    header .square { width: 40%; }
}

header a,
header a:link,
header a:hover,
header a:visited,
header a:active { color: #ffffff !important; }

header .square { color: #ffffff !important; }

header .square a,
header .coin a,
header .headerPt a { color: #ffffff !important; }

.square a {
  background: rgb(10,201,68);
  background: linear-gradient(120deg, rgba(10,201,68,1) 0%, rgba(56,201,244,1) 100%);
  font-weight: bold;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  border-radius: 20px;
  font-size: 2rem;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
    .square a {
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
    }
}

.headerPt a {
    background: #3fa366;
    font-weight: normal;
}

@media screen and (max-width: 480px) {
  .square a { font-size: 1.4rem; }
}

.footerInfo {
  max-width: 768px;
  margin: 50px auto;
  padding: 0 10px;
}

.footerInfo ul { border: solid 1px #3fa366; }

.footerInfo ul li {
  border-bottom: solid 1px #3fa366;
  font-weight: bold;
  font-size: 1.6rem;
}

.footerInfo ul li:first-child {
  background: #7dc199;
  color: #ffffff;
  padding: 10px;
}

.footerInfo ul li:last-child { border-bottom: none; }

.footerInfo ul li a {
  display: block;
  width: 100%;
  position: relative;
  color: #3fa366;
  padding: 10px;
  font-weight: bold;
}

.footerInfo ul li a i {
  position: absolute;
  right: 10px;
  top: 12px;
}

/* ---- footer --------------------------------*/
footer{
    position:fixed;
    width:100%;
    bottom:0;
    z-index:4;
    line-height:100%;
    left: 50%!important;
    transform: translate(-50%)!important;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    background: #ffffff;
    border-top: solid 1px #e3e3e3;
    border-bottom: solid 1px #e3e3e3;
}
footer .footerMenu {
    max-width: 768px;
    margin:0 auto;
}
footer .footerMenu li {
    width:25%;
    float:left;
    text-align:center;
    line-height:100%;
}

.footerMenu li a {
    display:inline-block;
    line-height:100%;
    width: 100%;
    padding: 10px 0;
    color: #777777;
    font-weight: bold;
    font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
    .footerMenu li a {
        font-size: 1.1rem;
        letter-spacing: -1px;
    }
}

.footerMenu .menuActive { color: #3fa366; }

.footerMenu li a i {
    display: block;
    font-size: 4rem;
    padding: 0 0 5px 0;
}

@media screen and (max-width: 480px) {
    .footerMenu li a i { font-size: 2.6rem; }
}

/* ---- フッターリンクinfomation --------------------------------*/
.ui-li-divider{
    background-color:#f3f6f7;
    border-top: 1px solid #ccc!important;
    border-bottom: 1px solid #ccc!important;
}
.ui-btn-icon-right:after{
    background:inherit;
    background: inherit;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-position:center;
    background-image:url(/image/site/x_arrow_right.png);
    background-repeat: no-repeat;
}
.ui-listview {
    margin:0 auto !important;
}
.ui-listview li {
    border:0;
    border-bottom: 1px solid #ccc;
    width:100%;
    margin:0 auto;
}
.ui-listview li a {
    font-size: 1.4rem !important;
    font-weight: normal !important;
    color: #666 !important;
    overflow: visible !important;
    white-space: normal !important;
    background-color: #FFF !important;
    border:0!important;
}
.ui-listview li a:hover{
    background-color:#f3f6f7!important;
}


/* ---- 適当なやつ --------------------------------*/
.memberH3 {
    background: rgb(5,140,255);
	background: linear-gradient(0deg, rgba(5,140,255,0.9) 0%, rgba(23,191,55,0.9) 100%);
	color:#ffffff;
	padding:8px 2.5%;
	font-size:1.8rem;
	margin:20px auto;
	font-weight: bold;
}

/* ---- home_pickup --------------------------------*/
.home_more{
    display: block;
    width: 90%;
    margin: 20px auto 40px auto;
    border: 2px solid #a4d630;
    border-radius: 5px;
    font-size:1.45rem;
    padding:8px 10px;
    text-align:center;
    background-color:#fff;
    color:#a4d630!important;
}
.home_pickup{
    width:92%;
    margin:0 auto;
    text-align:center;
}
/* ---- common_mypage --------------------------------*/
ul.pank{
    font-size:1rem;
    line-height: 1rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #eeeeee;
    padding: 5px;
    margin: 0 0 30px 0;
}
ul.pank li{
    display:inline;
}
ul.pank li:after{
    font-family: FontAwesome;
    content: '\f054';
    padding: 0 4px 0 6px;
    color: #707070;
}
ul.pank li:last-child:after{
    content: '';
}
.main_content ul.pank li:last-child{
    display:inline;
}

.main_content.movie_title ul.pank li:last-child{
    max-width: 48%;
}
.main_content.movie_title ul.pank li a,ul.pank li a:visited,ul.pank li a:active{
    max-width: 48%;
}

/**/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-size:1.2rem;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 10px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    color:#666!important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #eeeeee;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff!important;
    cursor: default;
    background-color: #3fa366;
    border-color: #ccc;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #999999;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #ccc;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pager{
    text-align: center;
    margin:20px auto;
    width:95%;
    font-size:1.25rem;
}
.pager b{
    padding: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 100%;
    background-color:#fff;
    color:#666;
}
.pager a{
    padding: 10px;
    border: 1px solid #ccc;
    display: inline-block;
    line-height: 100%;
    background-color:#ccc;
    color:#666;
}

/*タイトル別と動画別のリンク*/
.branch_link{
    width: 60%;
    margin: 0 auto 20px auto;
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}

@media screen and (max-width: 480px) {
    .branch_link { width: 96%; }
}

.branch_link a {
    width: 48%;
    display: block;
    text-align:center;
    color: #3fa366;
    border: 1px solid #3fa366;
    border-radius: 6px;
    padding: 10px;
}

.branch_link a:first-child { margin-right: 20px; }

.branch_link a.active{
    background: #3fa366;
    color: #ffffff;
}

/*カテゴリリスト*/
.category_box{
    background: #3fa366;
    margin:0 auto 30px auto;
    padding: 10px;
}
.category_list{
    line-height:100%;
    display:none;
    margin:2% auto;
}
.category_list li{
    float:left;
    line-height:100%;
    margin:1.5%;
}
.category_list li a{
    display: inline-block;
    line-height:100%;
    font-size:1.2rem;
    padding:5px 10px;
    border-radius: 30px;
    color: #3fa366;
    background: #ffffff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight:normal;
}
.category_list li a:hover,.category_list li a.active,.category_list li a.selected{
    color:#000!important;
    background-color:#a4d630;
}
.category_btn{
    color: #ffffff;;
    position:relative;
    cursor:pointer;
}
.category_btn:after{
    position:absolute;
    content: "\f107";
    font-family: FontAwesome;
    right: 10px;
    top: -4px;
    font-size: 2.5rem;
}
.category_btn.active:after{
    position:absolute;
    content: "\f106";
    font-family: FontAwesome;
    right: 10px;
    color:#ffffff;
    font-size:2.5rem;
}
.category_btn span.off{
    display:none;
}
.category_btn.active span.on{
    display:none;
}
.category_btn.active span.off{
    display:inline-block;
}
@media screen and (min-width:768px) {
    .category_list li{
        margin:1%;
    }
    .category_btn{
        font-size:1.7rem;
    }
    .category_btn.active:after{
        font-size:3rem;
    }
    .category_list li a{
        font-size:1.55rem;
        padding: 8px 15px;
    }
}
/*タイトル別のリスト表示*/

.titleListBox {
    position: relative;
    display: -webkit-box;
    display: flex;
    margin: 0 auto;
    width: 96%;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 2%;
}

.titleListBox li {
    width: calc(96% / 3); /* 96%幅を3で割るという指定 */
    margin: 0 0 20px 0;
}

/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    .titleListBox::after{
        content: "";
        display: block;
        width: calc(96% / 3);
    }

@media screen and (max-width: 480px) {
    .titleListBox li {
        width: calc(96% / 2); /* 96%幅を2で割るという指定 */
    }
}

/*.titleListBox a {
    position: relative;
}*/

.titleListBox li { position: relative; }

.titleListBox img { max-width: 100%; }

.movie_title_list{
    display: flex;
    flex-wrap: wrap;
}
.movie_title_list li {
    position:relative;
}

.movie_title_list li a{
    display:block;
}
.movie_title_list li img:not(.fav){
    width:auto;
    max-width:100%;
    height:auto;
    max-height:600px;/*元画像の横幅に対しての縦幅を設定*/
    display:block;
    line-height:100%;
    border:1px solid rgba(164,214,48,0.3);
}
.movie_title_list li img:not(.fav):active{
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
}
.movie_title_list li p.ttl{
    text-align:left;
    padding:5px;
    font-size:14px;
    line-height: 18px;
    height: 42px;
    letter-spacing:0.09rem;
    position: relative;
    word-break: break-all;
    text-align:justify;
    text-justify: inter-ideograph;
    overflow: hidden;
}
.movie_title_list li p.ttl:before{
    content: '…';
    background: #fff;
    position: absolute;
    font-size: 14px;
    right: 5px;
    text-align: center;
    top: 23px;
}
.movie_title_list li p.ttl:after{
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    position:absolute;
}
.movie_title_list li p.fav_star{
    line-height:100%;
    position: absolute;
    right: -10%;
    bottom: -8%;
    width:65px;
    height:auto;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
    cursor: pointer!important;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
}
.movie_title_list li p.fav_star:active{
    /*transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);*/
    right: -11%;
    bottom: -9%;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
}
.movie_title_list li p.fav_star_content{
    line-height:100%;
    position: absolute;
    right: -10%;
    bottom: -8%;
    width:65px;
    height:auto;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
    cursor: pointer!important;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
}
.movie_title_list li p.fav_star_content:active{
    /*transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);*/
    right: -11%;
    bottom: -9%;
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,0.4));
}


/*動画別のリスト表示*/
.movie_content_list li {
    border-bottom:1px solid #e3e3e3;
}

.movie_content_list li a {
    display: flex;
    flex-wrap: wrap;
    position:relative;
    padding: 10px;
    color: #404040;
}

.movie_content_list li .l{
    width: 40%;
    align-self:center;
    margin: 0 2% 0 0;
}
.movie_content_list li .r{
    width: 58%;
}
.movie_content_list li:first-child { border-top:1px solid #e3e3e3; }

.movie_content_list li img:not(.fav){
    width:auto;
    max-width:100%;
    height:auto;
    max-height:450px;/*元画像の横幅に対しての縦幅を設定*/
    -webkit-filter: saturate(120%) brightness(1.1) contrast(110%);
     -moz-filter: saturate(120%) brightness(1.1) contrast(110%);
     -o-filter: saturate(120%) brightness(1.1) contrast(110%);
     -ms-filter: saturate(120%) brightness(1.1) contrast(110%);
     filter: saturate(120%) brightness(1.1) contrast(110%);
}

.movie_content_list li .chapterTitle{
    text-align:left;
    width:100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    margin: 0 0 10px 0;
}

@media screen and (max-width: 480px) {
    .movie_content_list li .chapterTitle {margin: 0 0 5px 0; }
}

.movie_content_list li p.duration{
    color: #1a1a1a;
    font-size: 1.1rem;
    width: 95%;
    margin: 0 auto 8px auto;
    letter-spacing: 0.02rem;
    text-align: left;
}
.movie_content_list li .titleName{
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin: 0 0 10px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media screen and (max-width: 480px) {
    .movie_content_list li .titleName {
        font-size: 1rem;
        line-height: 1rem;
    }
}

.movie_content_list li .titleName span {
    background: #3fa366;
    color: #ffffff;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 2px;
}
.movie_content_list li .titleName a, .movie_content_list li .titleName a:active, .movie_content_list li .titleName a:visited{
    font-weight: normal;
    letter-spacing: 0.02rem;
    background-color: #eee;
    border-radius: 2px;
    padding: 4px 8px;
    margin: 0 0 0 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width:110px;
}
.movie_content_list li p.fav{
    color:#febf02;
    text-align:left;
    padding: 8% 0px 2.5% 0px;
    line-height:100%;
    font-size:1.3rem;
    letter-spacing: 0.1rem;
}
.movie_content_list li .purchasedTxt {
    font-weight:bold;
    color: #3fa366;
    margin: 0 0 10px 0;
}
.movie_content_list li .muryo {
    color: #ff4b4b;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.movie_content_list li .videoDeadline {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

.movie_content_list li .videoDeadline span {
    color: #ff4b4b;
    display: inline-block;
    padding: 0 0 0 5px;
}

.movie_content_list li .pt span {
    font-weight:bold;
    color: #3fa366;
    display: inline-block;
    padding: 0 0 0 5px;
    font-size: 3.4rem;
}

@media screen and (max-width: 480px) {
    .movie_content_list li .pt { font-size: 1.4rem; }

    .movie_content_list li .pt span { font-size: 2.4rem; }
}

.movie_content_list li .pt span span {
    font-size: 2rem;
    padding: 0 0 0 2px;
}

@media screen and (max-width: 480px) {
    .movie_content_list li .pt span span { font-size: 1.4rem; }
}

.movie_content_list li .r .fav_star,
.movie_content_list li .r .fav_star_cont {
    right: 5px;
    bottom: 5px;
}
.movie_content_list li p.fav span.fav_star:active{
    right: -0.5%;
    bottom: -5%;
    -webkit-filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.4));
    filter: drop-shadow(0px 0px 1px rgba(0,0,0,0.4));
}
.movie_content_ad { border-bottom:1px solid #e3e3e3; }

@media screen and (min-width:768px) {
    .movie_content_list li p.cat{
        font-size:13px;
    }
    .movie_content_list li p.cat a, .movie_content_list li p.cat a:active, .movie_content_list li p.cat a:visited{
        max-width: 280px;
    }
    .movie_content_list li p.fav{
        font-size:15px;
    }
    .movie_content_list li p.fav span.buy{
        font-size:15px;
        width: 8rem;
        padding: 4px 8px;
    }
    .movie_content_list li p.fav span.buy.muryo{
        font-size:15px;
        width: 9.8rem;
        padding: 4px 8px;
    }
    .movie_content_list li p.fav span.limit{
        font-size:13px;
        padding: 5px 0px;
    }
    .movie_content_list li p.fav span.fav_star{
        right: 3%;
        bottom: 3%;
        width: 75px;
    }
    .movie_content_list li p.fav span.fav_star:active{
        right: 2%;
        bottom: 2%;
    }
    .home_more{
        font-size: 1.8rem;
        padding: 12px 10px;
    }
}

/*---------*/
.no_pic{
    text-align: center;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    margin:15px auto;
}

/*ホーム*/
.topSelectSlider {
    max-width: 768px;
    margin: 0;
    font-size: 0; /* 余白解消のため不都合ある場合は他の対処に変更 */
}

.swiper-button-prev:after {
  font-family: "FontAwesome" !important;
  font-weight: 900;
  content: "\f137" !important;
  color: #ffffff;
  margin-left: 20px; /* マージンを追加 */
}
.swiper-button-next:after {
  font-family: "FontAwesome" !important;
  font-weight: 900;
  content: "\f138" !important;
  color: #ffffff;
  margin-right: 20px;
}

.topSelectSlider .swiper-button-prev,
.topSelectSlider .swiper-button-next {
  /*opacity: 0 !important;*/
  transition: opacity 1s;
}
.topSelectSlider .swiper-button-prev.hover,
.topSelectSlider .swiper-button-next.hover {
  opacity: 1 !important;
}
.topSelectSlider .swiper-button-prev.swiper-button-disabled.hover,
.topSelectSlider .swiper-button-next.swiper-button-disabled.hover {
  opacity: 0.35 !important;
}

.historySlider,
.recommendSlider,
.goodBuySlider {
    padding: 0 0 10px 0 !important;
    margin: 0 0 0 10px !important;
}

.swiper-wrapper { }

.historySlider .swiper-wrapper .swiper-slide { height: auto !important; }

.historySlider .swiper-wrapper .swiper-slide:last-child,
.recommendSlider .swiper-wrapper .swiper-slide:last-child,
.goodBuySlider .swiper-wrapper .swiper-slide:last-child { margin: 0 20px 0 0 !important; }

.historySlider .swiper-slide {
    border: solid 1px #e3e3e3;
    padding: 0 0 10px 0;
    max-width: 420px;
    width: 80%;
}

.recommendSlider .swiper-slide,
.goodBuySlider .swiper-slide {
    max-width: 285px;
    width: 40%;
}

.swiper-pagination {
    position: static !important;
    z-index: auto !important;
    margin: 10px 0;
}

:root {
  --swiper-navigation-color: #404040;
  --swiper-pagination-color: #3fa366;
}

.historySlider .swiper-slide a { color: #404040; }

.historySlider .swiper-slide .img {
    position: relative;
    margin: 0 0 10px 0;
    line-height: 0;
}

.historySlider .swiper-slide .img i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 6rem;
    color: rgba(255, 255, 255, 0.8);
}

.fav_star_content,
.fav_star {
    position: absolute;
    bottom: -3px;
    right: -3px;
    font-size: 2.5rem;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 45px;
    background: #ffffff;
    text-align: center;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
}

@media screen and (max-width: 480px) {
    .fav_star_content,
    .fav_star {
        font-size: 2.4rem;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
    }
}

.historySlider .swiper-slide .videoTime {
    position: absolute;
    bottom: 10px;
    right: 5px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 2px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 3px 4px;
}

.historySlider .swiper-slide .videoTitle {
    font-weight: bold;
    line-height: 2rem;
    padding: 0 0 10px 0;
    min-height: 90px;
}

@media screen and (max-width: 480px) {
    .historySlider .swiper-slide .videoTitle {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }
}

.historySlider .swiper-slide .videoDeadline {
    font-size: 1.2rem;
    line-height: 1.2rem;
}

@media screen and (max-width: 480px) {
    .historySlider .swiper-slide .videoDeadline {
        font-size: 1rem;
        line-height: 1rem;
    }
}


.videoDeadline span { color: #ff4b4b; }

.mainBtnSingle a,
.mainBtnSingle form input {
    display: block;
	width: 50%;
	height: 80px;
	line-height: 80px;
	vertical-align: middle;
	border-radius: 40px;
	font-weight: bold;
	font-size: 2.4rem;
	background: #3fa366;
	color: #ffffff;
	margin: 30px auto 0 auto;
	text-align: center;
	color: #ffffff;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .mainBtnSingle a,
    .mainBtnSingle form input
     {
        width: 80%;
        height: 60px;
        line-height: 60px;
        font-size: 2.2rem;
    }
}

.adsbygoogle {
    margin: 30px auto 30px auto;
    width: 96%;
}

.notes li {
    margin: 10px;
    font-size: 1.4rem;
    line-height: 2.2rem;
    padding-left:1em;
    text-indent:-1em;
}

.notes span {
    color: #ff4b4b;
    padding: 0 3px 0 0;
    margin: 0;
}

.main_content {
    padding: 0 0 100px 0;
}

.mainTxt {
    width: 96%;
    margin: 0 auto;
}

.adBox {
    width: 96%;
    margin: 20px auto;
}
