@charset "UTF-8";
/*
	Title	   : アニメ「可愛ければ変態でも好きになってくれますか？」
	URI            : https://hensuki.com/
	Designer       : GRAPHNETWORK
	Designer's URI : https://hensuki.com/
*/


/*#main::before {
    background-image: url(/img/common/img_contents_bg.png);
}*/

.subnav li a {
    border-radius: 25px;
    border: solid 1px #e9527d;
    color: #e9527d;
    display: block;
    text-align: center;
    height: 40px;
    line-height: 41px;
    width: 100%;
    padding: 0 7px;
    font-size: 13px;
    letter-spacing: 0.05em;
}
.subnav li a:hover {
    text-decoration: none;
    background-color: #e9527d;
	color: #fff;
	opacity: 0.8;
}

.subnav li .tokuten {
	width: 14em;
}

.subnav {
	margin-bottom: 0;
}

.subnav li {
    margin: 5px 10px;
    height: 40px;
    width: auto;
}

.products_wrap {
	color: #333;
	margin-top: 60px;
	width: 100%;
}
.products_box {
	width: 740px;
	margin: 0 auto;
}

h2 {
    margin: 0 auto 20px auto;
    color: #142E7D;
    font-size: 1.4em;
    line-height: 1.6em;
    padding: 20px 0;
    border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.small {
	font-size: 14px;
}

@media screen and (min-width:960px) {
h2 {
    margin: 0 auto 20px auto;
    color: #142E7D;
    font-size: 2.4em;
    line-height: 1.4em;
    padding: 20px 0;
	margin-bottom: 40px;
    border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
}
h3 {
	background-color: #F9F2B3;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
    margin-bottom: 14px;
	padding: 6px 10px 6px 15px;
    font-size: 16px;
	
}
h3::before {
    margin: 0 10px 0 0;
    content: " ";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/img/common/icon_menu.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 0.56em;
}
h4 {
    margin: 10px 0;
    color: #E9527D;
   line-height: 19px;
}
.song-data {
    font-size: 11px;
    line-height: 17px;
    color: #666;
}
.off-vocal{
   font-size: 10px;
}
.pkg {
	margin-bottom: 10px;
}
.heading_icon {
    font-size: 12px;
    background: #333;
    width: 100px;
    color: #fafafa;
    display: inline-block;
    text-align: center;
	margin-right: 10px;
}
.products_image {
	margin-bottom: 20px;
}
.release {
    font-size: 1.4em;
    margin: 10px 0 20px 0;
    font-weight: bold;
}

@media screen and (min-width:960px) {
.subnav li {
    margin: 10px;
    height: 40px;
    width: auto;
	}
}

.box{
 margin-bottom: 20px;
}

@media screen and (min-width:960px) {
.wrap{
 display:flex;
}
.box{
 width: 50%;
 margin: 0 4% 0 0;
   }
}
.singer-name {
   font-size: 0.5em;
}
.caption {
   font-size: 12px;
}
.inspaia-ttl-name {
   font-size: 18px;
}
.news-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.news-list .list-item {
    width: 46%;
    padding-bottom: 24px;
    margin-right: 8%;
    font-size: 13px;/*border-bottom: 1px #eee solid;*/
}
.news-list .list-item:nth-child(2n) {
    margin-right: 0;
}
.news-cts .line {
    display: block;
    width: 220px;
    height: 1px;
    box-sizing: border-box;
    margin-left: 80px;
    margin-top: -15px;
    margin-bottom: 30px;
    border-top: solid #545454 1px;
}

.news-list a {
    text-align: left;
    line-height: 1.6em;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #e7547e;
    padding: 4px 0 10px 0;
}
.news-list a:hover {
    text-decoration: none;
}
.news-list .list-item .date {
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    padding-bottom: 0;
    color: #aaa;
}
.news-cts #snsBtns {
    padding-top: 30px;
    display: -webkit-flex;
    /* Safari */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1em;
}
.news-cts .date {
    color: #aaa;
    font-size: 0.8em;
    position: relative;
}
.news-cts .date::before {
    content: '';
    position: absolute;
    bottom: 13px;
    left: 25%;
    right: 0;
    width: 74%;
    height: 1px;
    background: #eee; /*この部分は後にlinear-gradientへ*/
}
.news-cts .news_ttl {
    font-size: 1.3em;
    margin-bottom: 20px;
}
.news-cts {
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 26px;
    position: relative;
    color: #333;
    border: 1px #FFE00F solid;
    background: url("../news/img/article_bg.png") left bottom no-repeat #fff;
    background-position: left 30px bottom 60px;
	background-size: 40%;
	margin-top: 20px;
}
.oiwai_comment img {
		width: 100%;
	}

@media screen and (min-width:960px) {
.news-cts {
    background-position: left 60px bottom 60px;
	background-size: 24%;
}
}
#pager, .back_idx {
    text-align: center;
    padding: 20px 0;
    color: #333;
}
.list-item .thumb {
    width: 100%;
}
.mt30 {
   margin-top: 30px;
}

@media screen and (min-width:960px) {
#main::before {
    background: none;
}
/*#main {
		background-image: url(../../news/img/news_bg.jpg);
	}*/
	
/*.list-item .thumb {
    width: auto;
}*/
.news-list {
    display: flex;
    width: 70%;
    margin: 0 auto;
    flex-wrap: wrap;
}
.news-list .list-item {
    width: 28%;
    padding-bottom: 65px;
    margin-right: 7%;
    font-size: 14px;
}
.news-list .list-item:nth-child(2n) {
    margin-right: 7%;
}
.news-list .list-item:nth-child(3n) {
    margin-right: 0;
}
.news-list .list-item .date {
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    padding-bottom: 0;
    color: #aaa;
}
.news-list a:hover .news_ttl {
    text-decoration: underline;
    color: #e7547e;
}
.news-cts {
    width: 740px;
	margin-top: 40px;
    padding: 70px;
}
.news-cts h1.news_ttl {
    font-size: 26px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding: 10px 0 20px 0;
	background-size: 10%;
}
.news-cts .date::before {
    bottom: 13px;
    left: 12%;
    width: 87%;
}
.news_txt {
    line-height: 30px;
}
}
.news_txt a:hover {
	text-decoration: underline;
	color: #fedf34;
}
/*.news_txt img  {
	width: 300px;
}*/
.article-images {
   text-align: center;
   margin-bottom: 30px;
}
.news_ttl_box {
    color: #333;
}

.products_txt {
	margin-bottom: 30px;
}
@media screen and (min-width:960px) {
.products_txt {
	margin-bottom: 40px;
}
}

.music_category {
	font-size: 0.5em;
	color: #E9527D;
}