@charset "utf-8";

 .account-box {
 	display: flex;
 	justify-content: space-between;
 }
 .account-box .info-01 a {
 	margin-left: 30px;
 }
 .top-header .container {
 	position: relative;
 }
 #search_sp {
 	position: absolute;
 	top: 60px;
 	right: 0;
 	opacity: 0;
 	background: none !important;
 	padding: 0 !important;
 	z-index: 1000;
 	overflow: hidden;
 	box-shadow: 0 3px 10px rgba(0,0,0,0.4);
 }
 #search_sp form {
     display: block;
     padding: 20px;
     margin-top: -150px;
     background: #eee;
 }
 .keyword input[type="text"] {
 	margin: 0;
 }
 .search-btn {
 	cursor: pointer;
 	position: relative;
 	z-index: 999;
 }

.break-info li a.free_movie {
    background: url(../images/icon/movie.png) no-repeat;
}
.break-info li a.popular {
    background: url(../images/icon/tag.png) no-repeat;
}
.break-info li a.new-face {
    background: url(../images/icon/man.png) no-repeat;
}
.break-info li a.ranking-old {
    background: url(../images/icon/old.png) no-repeat;
}
.break-info li a.log-in {
    background: url(../images/icon/log-in.png) no-repeat;
}
.break-info li a.guide {
    background: url(../images/icon/guide.png) no-repeat;
}
.break-info li a.faq {
    background: url(../images/icon/faq.png) no-repeat;
    background-size: 40px;
    padding: 45px 10px 0px 10px;
}

.break-info li a {
    padding-left: 0;
    padding-top: 45px;
    line-height: 1.2em;
    height: 80px;
    background-position: center top !important;
    font-size: 13px;
}
@media print {
    .break-info li a {
		background: none !important;
        padding-top: 0px !important;
        font-size: 11px;
        height: 15px;
    }
}
.break-info li {
	/*width: 10%;*/
    /*width: 12.5%;*/
    width: 11%;
	padding-left: 5px;
	padding-right: 5px;
}

 .drop-down {
 	position: relative;
 	cursor: pointer;
 }
 .menu-child {
 	position: absolute;
 	left: 0;
 	top: 80px;
 	background: #ddd;
 	padding: 10px 0 !important;
 	z-index: 999;
 	display: none;
 }
 .menu-child li {
 	width: 100%;
 	display: block;
 	padding: 0;

 }
 .menu-child li a {
 	height: auto;
 	padding: 5px 7px;
 	display: block;
 }
 .menu-child li a:hover {
 	background: #666;
 	color: #fff;
 }

 .drop-down-menu {
     position: relative;
     overflow: hidden;
 }
 .sub .tags ul li:not(.no_bg) a,
#drop-down-menu .tags ul li:not(.no_bg) a {
	border-radius: 3px;
    padding: 2px 5px;
	white-space: nowrap;
	background-color: #e8e6e5;
    border: solid 1px #c5c5c5;
    color: #222;
    text-decoration: none;
}
#drop-down-menu .tags ul li a.extra {
	background-color: #ffd700;
    border: solid 1px #daa520;
}
#drop-down-menu .tags ul li a {
	padding: 5px 8px;
}
#drop-down-menu .tags ul li {
	float: left;
	padding: 0px 5px 10px 0px !important;
}
#drop-down-menu .tags ul li {
	float: left;
	padding: 0px 8px 20px 0px !important;
}
#drop-down-menu h3 {
    border-top: none;
}
#drop-down-menu section {
    border-radius: 10px;
    border: 3px solid #e60012;
    padding: 10px 20px 20px;
}

.accordion-section {
    display: none;
}
.more-btn {
    display: flex;
    justify-content: center;
}
.more-btn a {
    margin: 0 20px;
}
/*
 .listup ul {
     display: flex;
     justify-content: space-between;
    flex-wrap: wrap;
 }*/
 .listup {
     padding-right: calc( 20px - 1% ) !important;
 }
 .listup ul li {
     width: 24%;
     height: 12.5em;
     float: left;
     margin-bottom: 30px;
     margin-right: 1%;
 }

 .more-btn {
     margin-top: 30px;
 }
  .more-btn a {
      text-align: center;
      width: 150px;
      border-radius: 20px;
      padding: 7px 0;
      border: 1px solid #1A237E;
      cursor: pointer;
  }

 .global-nav.sp .menu li:last-child{
    height:auto;
}


#login-buy-mem li:first-child {
    margin-bottom: 20px;
}
#login-buy-mem li a {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border: 1px solid;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    color: #333;
    font-weight: 700;
}
#login-buy-mem .login a {
    border-color: #cacaca #b0b0b0 #9c9c9c;
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(#fff 0%, #f7f7f7 50%, #e5e5e5 100%);
    background-image: linear-gradient(#fff 0%, #f7f7f7 50%, #e5e5e5 100%);
}
#login-buy-mem .regist a {
    border-color: #deb372 #ce9c4b #c1882e;
    background-color: #fcdc80;
    background-image: -webkit-linear-gradient(#fde5a0 0%, #fcdc80 50%, #ffc01e 100%);
    background-image: linear-gradient(#fde5a0 0%, #fcdc80 50%, #ffc01e 100%);
}
#login-buy-mem li a:hover {
    background-image: none;
}

section.news .news_area {
    max-height: 145px;
}

/* 通知用ツールチップ */
.notice_tooltip {
	position: relative;
}
.notice_tooltip::before,
.notice_tooltip::after {
	position: absolute;
	transition: all 0.3s ease 0s;
	opacity: 0;
}
.notice_tooltip::before {
	content: "";
	border: 10px solid transparent;
	border-bottom-color: #000;
	top: 10px;
	left: 10px;
}
.notice_tooltip::after {
	content: attr(data-tooltip);
	display: block;
	padding: 20px;
	background: #000;
	color: #fff;
	border-radius: 5px;
	top: 30px;
	left: 0;
	text-decoration: none;
}
.notice_tooltip::before{
	top: 16px;
	opacity: 0.75;
}
.notice_tooltip::after{
	top: 36px;
	opacity: 0.75;
}

/*******************************************************************************************/
 @media screen and (min-width: 641px) {
 		#search_sp {
 		max-width: 500px;
	    background: #eee url(../images/icon/search.png) no-repeat 12px center;
	    padding: 16px;
	    padding-left: 50px;
	    width: 100%;
	    float: none;
	}

	#search_sp form ul li.advanced {
		margin-bottom: 8px;
	}
	#search_sp form ul li.advanced label {
		font-weight: normal;
	}
	#search_sp form ul li.advanced input {
		vertical-align: middle;
	}
	#search_sp form ul li.category {
	    width: 100%;
	    margin-bottom: 8px;
	    padding: 0px;

	}
	section#search_sp {
		margin-bottom: 10px!important;
	}

	div.fancy-select {
	    position: relative;
	    font-size: 12px;
	}
	#search_sp form ul li.category div.trigger {
	    width: 100%;
	}

	.fancified {
		width: 1px;
	    height: 1px;
	    display: block;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    opacity: 0;
	}

	div.fancy-select select.trigger {
	    height: 40px;
	    padding: 5px 0 5px 12px;
	    cursor: pointer;
	    white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    position: relative;
	    background: #fff;
	    border: 2px solid #ddd;
	    color: #aaa;
	    width: 100%;
	    transition: all 240ms ease-out;
	    -webkit-transition: all 240ms ease-out;
	    -moz-transition: all 240ms ease-out;
	    -ms-transition: all 240ms ease-out;
	    -o-transition: all 240ms ease-out;
		margin: 0px;
	}

	div.fancy-select select.trigger:after {
	    content: "";
	    display: block;
	    position: absolute;
	    width: 0;
	    height: 0;
	    border: 5px solid transparent;
	    border-top-color: #ccc;
	    top: 16px;
	    right: 9px;
	}

	#search_sp form ul li.advanced {
		margin-bottom: 8px;
	}
	#search_sp form ul li.advanced label {
		font-weight: normal;
	}
	#search_sp form ul li.advanced input {
		vertical-align: middle;
	}
	#search_sp form ul li.category {
	    width: 100%;
	    margin-bottom: 8px;
	    padding: 0px;
	}

	#search_sp form ul li.keyword,
    .manage-mypage-filter dd div.keyword {
	    float: left;
	    width: 80%;
	    padding: 0px;
	}

	#search_sp form ul li.keyword input,
	.manage-mypage-filter dd div.keyword input {
		background: #fff;
		border: 1px solid #ccc;
		font-size: 12px;
		height: 40px;
		width: 100%;
		padding-left: 12px;
		border-radius: 4px 0 0 4px;
		transition: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	#search_sp form ul li.submit,
    .manage-mypage-filter dd div.submit {
	    float: right;
	    width: 20%;
	    padding: 0px;
	}

	#search_sp form ul li.submit button,
    .manage-mypage-filter dd div.submit button {
	    background: #aaa;
	    color: #fff;
	    height: 40px;
	    width: 100%;
	    text-align: center;
	    border: none;
	    font-size: 16px;
	  	border-radius: 0 4px 4px 0;
	}

 }


 @media screen and (max-width: 768px) {
     .listup ul li {
        width: 48%;
        margin-right: 2%;}
    #drop-down-menu section {
        padding: 10px 2% 20px;}
    .listup {
        padding-right: 0 !important;}


 }

@media screen and (max-width: 640px) {
    .account-box .info-01 a {
        margin-left: 40px;}
    .search-btn img {
        width: 30px;	}

    #login-buy-mem ul {
          display: flex;
          justify-content: center;
          flex-direction: row-reverse;}
    #login-buy-mem ul:after {
        content: none;}
    #login-buy-mem li {
        width: 48%;
        max-width: 160px;
        margin: 0 1%;}
    #login-buy-mem li a {
        border-radius: 22px;}
    #login-buy-mem .login a {
        border-color: #999;
        background-color: #fff;
        background-image: none;}
    #login-buy-mem .regist a {
        border: none;
        background-color: #ffc01e;
        background-image: none;}
    #login-buy-mem li:first-child {
        margin-bottom: 0;}

    header {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;}

    .global-nav.sp .menu {
        display: none;}
    .global-nav.sp .icon-bar {
        background: #e60012;}

 	.sp-menu-child li {
        background: #888 !important;}
    .sp-menu-child {
        display: none;}



 }


  @media screen and (min-width:641px) and ( max-width:1140px) {
      #drop-down-menu {
          padding-left: 20px;
          padding-right: 20px;
      }
  }
