@charset 'UTF-8';
/*smart_phone_config*/
/*共通パーツ化が困難だったため追記*/
/* *****************************
 *
 * INDEX file to Scss or Sass.
 *
 **************************** */
body
{
    background-color: #fff;
}

.inner
{
    width: 1120px;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 768px)
{
    .inner
    {
        width: 100%;
    }
}

.title
{
    padding: 2%; 

    background-color: #f1f1ea;
}
@media screen and (max-width: 768px)
{
    .title
    {
        margin-top: 50px;
        margin-bottom: 2%;
    }
}
.title img
{
    margin: 0 auto 0;
}
.title h1
{
    font-size: 227%;
    font-weight: normal; 
    line-height: 182%;

    display: block;

    width: 50%;
    margin: 0 auto;

    text-align: center;

    color: #3fa79e;
}
@media screen and (max-width: 768px)
{
    .title h1
    {
        font-size: 123.1%;

        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-left: 0;

        background-position: 14% 40%;
        background-size: 10%;
    }
}

#head
{
    width: 1080px;
    margin-top: 1.5%; 
    margin-right: auto;
    margin-left: auto;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    #head
    {
        width: 100%;
        margin-bottom: 2%; 
        padding: 0 !important;
    }
}
#head ul.pc
{
    font-size: 0; 

    margin-bottom: 15px;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    #head ul.pc
    {
        display: none;
    }
}
#head ul.pc li
{
    display: inline-block;

    width: 100%; 
    max-width: 350px;
    margin-right: 15px;
}
#head ul.pc li.last
{
    margin-right: 0;
}
#head ul.pc li.facebook a
{
    background: #254887;
}
#head ul.pc li.twitter a
{
    background: #00afe9;
}
#head ul.pc li.hatena a
{
    background: url(../images/fan/creatorsIllust/bgHatena.jpg) repeat left center;
}
#head ul.pc li a
{
    display: block;

    width: 100%;
    min-height: 25px; 
    padding: 10px 0;

    text-align: center;
}
#head ul.pc li a img
{
    display: inline;
}
#head ul.phone
{
    display: none;
}
@media screen and (max-width: 768px)
{
    #head ul.phone
    {
        display: block;
    }
    #head ul.phone li
    {
        display: inline-block; 

        width: 33.33%;
    }
    #head ul.phone li a img
    {
        width: 100%;
    }
}
#head p
{
    font-size: 243%;
    line-height: 167%; 

    padding-top: 1%;

    text-align: center;

    color: #fff;
}

#titleCreators
{
    font-size: 32px;
    line-height: 32px;

    padding: 60px 0 15px;

    text-align: center;

    color: #3fa79e;
}
@media screen and (max-width: 768px)
{
    #titleCreators
    {
        font-size: 16px;
        line-height: initial; 

        padding: 9px 0;
    }
}

#under ul.pc
{
    font-size: 0; 

    margin-bottom: 60px;

    text-align: center;
}
@media screen and (max-width: 768px)
{
    #under ul.pc
    {
        display: none;
    }
}
#under ul.pc li
{
    display: inline-block;

    width: 100%; 
    max-width: 350px;
    margin-right: 15px;
}
#under ul.pc li.last
{
    margin-right: 0;
}
#under ul.pc li.facebook a
{
    background: #254887;
}
#under ul.pc li.twitter a
{
    background: #00afe9;
}
#under ul.pc li.hatena a
{
    background: url(../images/fan/creatorsIllust/bgHatena.jpg) repeat left center;
}
#under ul.pc li a
{
    display: block;

    width: 100%;
    min-height: 25px; 
    padding: 10px 0;

    text-align: center;
}
#under ul.pc li a img
{
    display: inline;
}
#under ul.phone
{
    display: none;
}
@media screen and (max-width: 768px)
{
    #under ul.phone
    {
        display: block;

        margin-bottom: 6%;
    }
    #under ul.phone li
    {
        display: inline-block; 

        width: 33.33%;
    }
    #under ul.phone li a img
    {
        width: 100%;
    }
}

@media screen and (max-width: 768px)
{
    #contents
    {
        width: 100%;
    }
}
#contents .illust
{
    text-align: center;
}
#contents .illust .img
{
    position: relative;

    margin: 0 auto;
    margin-bottom: 3%;

    background-color: #f1f1ea;
}
#contents .illust .img img
{
    max-height: 766px;
}
@media screen and (max-width: 768px)
{
    #contents .illust .img
    {
        width: 100%;
    }
}
#contents .illust .img .watch
{
    left: 0; 

    color: #fff;
}
@media screen and (max-width: 768px)
{
    #contents .illust .img .watch
    {
        width: 100%;
    }
}
#contents .illust .img .watch p
{
    font-size: 227%;
    font-weight: normal;
    line-height: 182%;

    width: 100%;
    padding: 4% 0;

    text-align: center;

    background-color: rgba(0, 0, 0, .6);
}
@media screen and (max-width: 768px)
{
    #contents .illust .img .watch p
    {
        font-size: 123.1%;
        line-height: 123.1%;
    }
}
#contents .illust .img .watch a
{
    font-size: 182%;

    padding: 1% 6%;
    padding-left: 10%; 

    color: #fff;
    background-image: url(../images/fan/illustIcon.png);
    background-repeat: no-repeat;
    background-position: 10% 45%;
}
@media screen and (max-width: 768px)
{
    #contents .illust .img .watch a
    {
        font-size: 123.1%;
        line-height: 123.1%; 

        background-image: none;
    }
}
#contents .illust h2
{
    font-size: 182%;

    margin-bottom: 3%;
}
#contents .illust .info
{
    width: 90%;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 3%; 

    background-color: #fff;
}
#contents .illust ul li
{
    display: inline-block;
}
#contents section.creatoesinfo
{
    width: 1080px;
    height: 450px;

    background-color: #555;
}

.illust_before
{
    text-align: center;
}
.illust_before .img
{
    position: relative; 

    width: 1080px;
    margin: 0 auto;

    cursor: pointer;
}
@media screen and (max-width: 768px)
{
    .illust_before .img
    {
        width: 100%;
    }
}
.illust_before .img .watch
{
    top: 37%;
    left: 0;

    display: table-cell;

    width: 1080px;

    vertical-align: middle; 

    color: #fff;
}
.illust_before .img .watch p
{
    font-size: 227%;
    font-weight: normal;
    line-height: 182%;

    position: absolute;
    top: 37%; 

    width: 100%;
    padding: 4% 0;

    text-align: center;

    background-color: rgba(0, 0, 0, .6);
}
@media screen and (max-width: 768px)
{
    .illust_before .img .watch p
    {
        font-size: 12px;
    }
}
.illust_before .img .watch a
{
    font-size: 182%;

    padding: 1% 6%;
    padding-left: 10%; 

    color: #fff;
    background-image: url(../images/fan/illustIcon.png);
    background-repeat: no-repeat;
    background-position: 10% 45%;
}
.illust_before h2
{
    font-size: 182%;

    margin-bottom: 3%;
}
.illust_before .info
{
    width: 90%;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 3%; 

    background-color: #fff;
}
.illust_before ul li
{
    display: inline-block;
}

#other
{
    width: 100%;
    margin: 0;
    padding-top: 2%; 
    padding-bottom: 3%;

    background-color: #fff;
}
#other h2
{
    font-size: 182%;
    font-weight: normal; 

    padding-top: 1%;
    padding-bottom: 2%;

    text-align: center;

    color: #3fa79e;
    background-image: url(../images/product/icon_jikkiInfo.png);
    background-repeat: no-repeat;
    background-position: 29% 60%;
}
@media screen and (max-width: 768px)
{
    #other h2
    {
        font-size: 100%;
        font-weight: bold;
    }
}
#other ul
{
    text-align: center;
}
#other ul a
{
    display: inline;

    margin: .5%; 

    color: #606060;
    background-color: #fff;
}
#other ul a li
{
    display: inline-block; 

    width: 261px;

    text-align: center;

    box-shadow: 0 0 4px rgba(0, 0, 0, .4);
}
#other ul a li img
{
    margin: 1em;
}
#other ul a li p
{
    height: 4em;
}

img.illustbtn
{
    position: absolute;
    z-index: 150;
    top: 355px !important;
    left: 925px !important;
}
@media screen and (max-width: 768px)
{
    img.illustbtn
    {
        top: 4% !important;
        left: 82% !important; 

        width: 15%;
    }
}

#search
{
    display: block;

    background-color: #3fa79e;
}
@media screen and (max-width: 768px)
{
    #search
    {
        margin-bottom: 2%;
    }
}
#search h1
{
    font-size: 28px;
    font-weight: normal;

    width: 500px;
    margin: 0 auto; 
    padding: 3% 0 3% 3%;

    text-align: center;

    color: #fff;
    background-image: url(../images/fan/TVIcon2.png);
    background-repeat: no-repeat;
    background-position: 20% 45%;
}
@media screen and (max-width: 768px)
{
    #search h1
    {
        font-size: 153.9%;

        box-sizing: border-box;
        width: 100%;
        padding-left: 15%;

        background-position: 16% 45%;
        background-size: 11%;
    }
}

/*
#search{
	padding: 40px 0px 0px 0px ;
	display: block;
	background-color:$Basic;
	@media screen and (max-width:768px){
	margin-bottom: 6%;
	padding-top: 4% ;
	}
	h2{
		color: #fff;
		font-size: 28px;
		font-weight: normal ;
		line-height: 39px;
		text-align: center;
@media screen and (max-width:768px){
		font-size: fz(20);
}
		span{
			display: inline-block ;
			background-image: url(../images/fan/TVIcon2.png);
			background-position: left center;
			background-repeat: no-repeat;
			padding-left: 5%;
			@media screen and (max-width:768px){
				background-size: 30px auto;
				padding-left: 10%;
			}
		}
	}

	ul.tab{
		text-align: center;
		li{
			background-color: #fff;
			font-size: 153.9%;
			line-height: 182%;
			text-align: center;
			font-size: 153.9%;
			background-color: #fff;
			color: #3fa79e;
			display: inline-block;
			padding: 0.5% 2%;
			margin-left: 1%;
				&.selected{
					font-weight: bold ;
				}
@media screen and (max-width:768px){
			width: 48%;
			margin-left: 0;
			margin-bottom: 1px;
}

			//position: absolute;margin-bottom: 1%;
				a{
					color: $Basic;
				}
		}
		li.selected{
			margin-top: 1% !important;
@media screen and (max-width:768px){
			margin-top: 0 !important;
						}

		}
	}
}*/
#list
{
    width: 100%; 
    max-width: 1140px;
    margin-top: 1.5%;
    margin-right: auto;
    margin-left: auto;
}
@media screen and (max-width: 768px)
{
    #list
    {
        width: 98%;
        margin: 0 auto;
        margin-bottom: 5%;
    }
}
#list ul#table
{
    font-size: 0; 

    width: 100%;

    text-align: center;
}
#list ul#table li
{
    font-size: 13px;

    position: relative;

    display: inline-block;
    overflow: hidden;

    width: 23%;
    max-width: 285px;
    margin-right: 2.66%;
    margin-bottom: 20px;

    text-align: left;
}
@media screen and (max-width: 768px)
{
    #list ul#table li
    {
        box-sizing: border-box;
        width: 50%;
        margin: 0　0 2% 0;
        margin-right: 0;
        margin-bottom: 1%; 
        padding: 0;
    }
}
#list ul#table li .off
{
    display: block;
}
#list ul#table li .off p.creatorTitle
{
    position: absolute;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    padding: 5px 0;

    text-align: left;
    text-align: center;

    color: #fff;
    background: #000 none repeat scroll 0 0;
    background-color: rgba(0, 0, 0, .6);
}
@media screen and (max-width: 768px)
{
    #list ul#table li .off p.creatorTitle
    {
        position: absolute; 

        display: block;

        margin: 0;
    }
}
#list ul#table li .off img.icon
{
    position: absolute;
    top: 3%;
    left: 2%;
}
@media screen and (max-width: 768px)
{
    #list ul#table li .off img.icon
    {
        width: 30%;
    }
}

/*smart_phone_config*/
/*共通パーツ化が困難だったため追記*/
/* *****************************
 *
 * INDEX file to Scss or Sass.
 *
 **************************** */
/*tab li.select{background:#eee;}
.tab li.select2{background:#eee;}*/
.hide
{
    display: none;
}

ul.content
{
    width: 100%;
}
ul.content li:first-child
{
    display: block;
}
ul.content li .specTitle
{
    padding: 3%;

    border-right: solid 1px #3fa79e; 
    border-left: solid 1px #3fa79e;
}
ul.content li .specTitle h2
{
    font-size: 182%;

    margin-bottom: 3%; 
    padding-bottom: 0;

    color: #606060;
}
ul.content li .specTitle p
{
    font-size: 123.1%; 

    width: 100%;
}

#clear .bx-wrapper
{
    display: block; 

    margin-top: 0 !important;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px)
{
    img#thumbnail
    {
        float: left; 

        width: 50%;
    }
}
#number ul li.int a
{
    box-sizing: border-box;
    padding: 10% 18%;

    border: solid 1px #3fa79e;
}

#number ul li.int
{
    font-size: 176.9%;
    font-weight: bold;
    line-height: 176.9%;

    width: 40px;
    height: 153.9%;
    margin: 0 6px; 

    text-align: center;
    vertical-align: middle;

    color: #3fa79e;
}
#number ul li.int a
{
    box-sizing: border-box;
    padding: 8.5% 17.5%;

    border: solid 1px #3fa79e;
}

@media screen and (max-width: 768px)
{
    #number ul li.int
    {
        font-size: 141%;
        line-height: 138.1%;

        height: 121.1%;
        margin: 0;
    }
    #number ul li.int a
    {
        display: block; 

        box-sizing: border-box;
        width: 41px;
        padding: 2% 1%;
    }
}
#slider
{
    max-width: auto !important;
    max-height: 766px !important; 

    background: #f1f1ea;
}
#slider img
{
    max-width: !important;
    max-height: 766px !important;
}

.creatorinfo
{
    margin: 20px; 
    padding: 40px;

    background: #f1f1ea;
}
@media screen and (max-width: 768px)
{
    .creatorinfo
    {
        margin: 3%; 
        padding: 5%;
    }
}

.leftBox
{
    float: left;

    width: 25%;
}
@media screen and (max-width: 768px)
{
    .leftBox
    {
        float: none;

        width: 100%;
        margin-bottom: 15px; 

        text-align: center;
    }
    .leftBox img
    {
        display: inline;

        width: 65%;
    }
}

.rightBox
{
    font-size: 18px;
    line-height: 1.5; 

    float: right;

    width: 75%;
    padding: 0 20px;
}
@media screen and (max-width: 768px)
{
    .rightBox
    {
        font-size: 14px;

        width: 100%;
        padding: 0;
    }
}
.rightBox h2
{
    font-size: 28px;
    font-weight: normal;

    color: #3fa79e;
}
@media screen and (max-width: 768px)
{
    .rightBox h2
    {
        font-size: 20px;
    }
}
.rightBox .copyright
{
    font-size: 13px; 

    text-align: right;
}
.rightBox .btnRed
{
    display: inline-block; 

    text-align: center;
}
.rightBox .btnRed a
{
    padding: 10px 20px;
}
.rightBox .btnBlue
{
    display: block;

    max-width: 350px;
    margin: 0 auto;
    padding: 13px 0; 

    background: #357ac7;
}
@media screen and (max-width: 768px)
{
    .rightBox .btnBlue
    {
        width: 100%;
    }
}
.rightBox ul.blockTwoBtn
{
    font-size: 0; 

    text-align: left;
}
@media screen and (max-width: 768px)
{
    .rightBox ul.blockTwoBtn
    {
        text-align: center;
    }
}
.rightBox ul.blockTwoBtn li
{
    font-size: 20px; 

    display: inline-block;

    margin-right: 15px;
}
@media screen and (max-width: 768px)
{
    .rightBox ul.blockTwoBtn li
    {
        font-size: 14px;

        width: 49%; 
        margin-right: 2%;
    }
}
.rightBox ul.blockTwoBtn li.last
{
    margin-right: 0;
}
.rightBox ul.blockTwoBtn li .btnRed
{
    display: block;

    max-width: 250px;
    margin: 0 auto;
    padding: 15px 40px;

    color: #fff; 
    background: #f03e68;
}
@media screen and (max-width: 768px)
{
    .rightBox ul.blockTwoBtn li .btnRed
    {
        font-size: 13px;

        max-width: 100%;
        padding: 15px 0;
    }
}
.rightBox ul.blockTwoBtn li .btnBlue
{
    display: block;

    max-width: 250px;
    margin: 0 auto;
    padding: 15px 40px;

    color: #fff; 
    background: #357ac7;
}
@media screen and (max-width: 768px)
{
    .rightBox ul.blockTwoBtn li .btnBlue
    {
        font-size: 13px;

        max-width: 100%;
        padding: 15px 0;
    }
}

.phone
{
    display: none;
}

@media screen and (max-width: 768px)
{
    .pc
    {
        display: none;
    }

    .phone
    {
        display: block;
    }

    .nivo-html-caption
    {
        display: block;
    }
}
@media screen and (max-width: 768px)
{
    .popular
    {
        overflow: hidden;

        width: 100%;
        margin-bottom: 0; 
        padding-bottom: 15%;
    }
}
@media screen and (max-width: 768px)
{
    img.fade
    {
        width: 100%;
    }
}
#list
{
    width: 100%; 
    max-width: 1120px;
    margin-top: 1.5%;
    margin-right: auto;
    margin-left: auto;
}
#list .nothingText
{
    font-size: 26px;

    padding: 9% 0 12% 0; 

    text-align: center;
}
@media screen and (max-width: 768px)
{
    #list .nothingText
    {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px)
{
    #list
    {
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 380px)
{
    #list
    {
        width: 95%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 350px)
{
    #list
    {
        width: 320px;
        margin: 0 auto;
    }
}
#list ul#table
{
    width: 100%;

    text-align: center;
}
#list ul#table li
{
    position: relative;

    display: block;
    float: left; 
    overflow: hidden;

    width: 23%;
    height: 255.6px;
    margin-right: 2.66%;
    margin-bottom: 2%;
}
@media screen and (max-width: 768px)
{
    #list ul#table li
    {
        box-sizing: content-box;
        width: 165px;
        height: 165px;
        margin: 0;

        border-bottom: 10px solid #fff;
    }
}
@media screen and (max-width: 350px)
{
    #list ul#table li
    {
        box-sizing: border-box;
        width: 160px;
        height: 160px;
        margin: 0;

        border-bottom: 2px solid #fff;
    }
}
@media screen and (max-width: 768px)
{
    #list ul#table li.odd
    {
        border-bottom: 10px solid #fff;
    }
    #list ul#table li.even
    {
        margin: 0 11px; 

        border-bottom: 10px solid #fff;
    }
}
@media screen and (max-width: 370px)
{
    #list ul#table li.odd
    {
        float: right; 

        border-bottom: 10px solid #fff;
    }
    #list ul#table li.even
    {
        margin: 2%;
        margin-top: 0; 

        border-bottom: 10px solid #fff;
    }
}
@media screen and (max-width: 360px)
{
    #list ul#table li.odd
    {
        float: right;

        margin-bottom: 2%; 

        border-bottom: 2px solid #fff;
        border-left: 1px solid white;
    }
    #list ul#table li.even
    {
        margin: 0;
        margin-right: 1%;
        margin-bottom: 2%; 

        border-right: 1px solid white;
        border-bottom: 2px solid #fff;
    }
}
@media screen and (max-width: 350px)
{
    #list ul#table li.odd
    {
        float: right; 

        margin: 0;

        border-bottom: 2px solid #fff;
        border-left: 1px solid white;
    }
    #list ul#table li.even
    {
        margin: 0;
        margin-right: 0; 

        border-right: 1px solid white;
        border-bottom: 2px solid #fff;
    }
}
#list ul
{
    margin-bottom: 20px;
}
#list ul li
{
    position: relative;

    display: inline-block;
    overflow: hidden;
}
#list ul li .target
{
    display: block; 

    height: 255px;
}

#news .green
{
    margin-bottom: 0;
}
#news .green h2
{
    width: 400px;
    margin: 0 auto;
    margin-bottom: 15px; 
    padding: 1%;
    padding-left: 1%;
}
#news .green h2 span
{
    padding: 1% 0;
    padding-left: 60px;

    background-image: url(../images/fan/TVIcon2.png);
    background-repeat: no-repeat;
    background-position: left center;
}
@media screen and (max-width: 768px)
{
    #news .green h2
    {
        width: 100%;
        padding: 1% 0;
        padding-left: 11%;
    }
    #news .green h2 span
    {
        padding: 10% 0 10% 60px; 

        background-image: url(../images/fan/TVIcon2green.png);
    }
}
@media screen and (max-width: 350px)
{
    #news .green h2
    {
        padding-left: 0;

        background-position: 3%	41%;
    }
}

.popular ul
{
    margin-top: 3px;
}
@media screen and (max-width: 768px)
{
    .popular ul
    {
        margin-top: 0;
    }
}
