@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.0.6/css/all.css");
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
@import url("https://www.animate-onlineshop.jp/special/script/modal_video/modal-video.min.css");

/*========================================
 Base
========================================*/
html {font-size:62.5%;}
body {font-size:1.2rem;}

/* display:none */
.title_in h1,
.mainBanner{display: none;}

/* adjustment */
.product_list{padding: 10px 0;}

#related_products ul{
    width: auto;
    margin:auto;
    display: flex;
    justify-content: flex-start;}

#related_products ul li{
    height: auto;
    width: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 0;}

#related_products ul li .item_list_class{top: 5px;}

/* display:none */
.sec_main > .title + .note,
.private,
.pagetop{display: none;}

/*========================================
 Custom
========================================*/
/* Layout */
#layouts{
    background: url(../images/bg_all.png) no-repeat top center #260000 fixed;
    background-size: cover;}

#special_content{
    width: 1080px;
    color:#fff;
    font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif !important;
    position: relative;}

#special_content .float{
    position: absolute;
    top: 20px;
    left: 20px;
    margin: auto;
    height: 32px;
    width: 970px;
    z-index: 5;}

#special_content .box{
    background:rgba(255,0,0,0.2);
    overflow: hidden;
    margin: 30px 0 60px 0;
    padding:20px;}

/* Heading */
#special_content div.note h3{
    color: #dfc89b;
    width: 840px;
    margin: 0 auto;
    font-size: 4.5rem;
    text-align: center;
    line-height: 130%;
    letter-spacing: 2px;
    font-family: 'EB Garamond', serif;
    border-bottom: 3px solid #dfc89b;
    font-weight: normal;
    position: relative;
    text-shadow: 1px 1px 1px #000;}

#special_content div.note h3:after {
    content: "";
    width: 840px;
    height: 1px;
    background: #dfc89b;
    position: absolute;
    bottom: -8px;
    left: 0;}

#special_content h3 a{color:#dfc89b;}

#special_content h4{
    background: #000;
    border-left: 3px solid #730000;
    border-right: 3px solid #730000;
    width: 500px;
    margin: 30px auto 25px auto;
    text-align: center;
    line-height: 200%;
    font-size: 1.6rem;
    letter-spacing: 1px;}

#special_content #fair_event h4 {
    width: 1000px;
    line-height: 150%;
    padding: 5px 0;}

#special_content div.note h5{
    font-size: 1.6rem;
    line-height: 130%;
    padding-bottom: 0.3em;
    border-bottom: 1px dashed #000;
    text-shadow: 1px 1px 0 #ffddb5;
    margin-bottom: 0.8em;}

/* Header */
#special_content #header_area{
    width: 100%;
    overflow: hidden;}

#special_content .kv{
    background: url(../images/keyvisual.png);
    width: 474px;
    /* height: 670px; */
    height:620px;
    margin: 20px 10px 10px 10px;
    float:left;}

#special_content .right{
    width:calc(100% - 500px);
    float:left;
    padding-top:30px;}

#special_content #header_area h2{
    width: 420px;
    height: 120px;
    margin: 0 auto;
    background: url(../images/onair.png);
    text-indent: 110%;
    overflow: hidden;
    white-space: nowrap;}

#special_content #nav{
    width: 92%;
    overflow: hidden;
    border-top:1px solid #c3b297;
    border-bottom: 1px solid #c3b297;
    padding: 15px 0;
    margin: 20px auto 0 auto;}

#special_content #nav ul{
    width: 90%;
    font-family: 'EB Garamond', serif;
    margin: 0 auto;}

#special_content #nav ul li{
    width: 46%;
    margin: 2%;
    height: 40px;
    line-height: 40px;
    font-size:2.5rem;
    box-sizing: border-box;
    float:left;
    background: #730000;
    border:1px solid #730000;
    text-align: center;
    transition: all 0.5s;}

#special_content #nav ul li:hover{
    background: #000;
    border:1px solid #c3b297;
    transition: all 1.0s;}

#special_content #nav ul li a{
    width: 100%;
    height: 100%;
    color:#c3b297;
    text-decoration: none;
    display: block;}

#special_content #header_area .pv{
    width: 460px;
    box-sizing: border-box;
    margin: 30px auto 0 auto;
    border: 2px solid #730000;
    transition: all 0.5s;}

#special_content #header_area .pv:hover{
    border:2px solid #c3b297;
    transition: all 1.0s;}

#special_content #header_area .pv img{
    width: 100%;
    height:auto;
    vertical-align: bottom;}

/* Tokuten */
#special_content .section{
    background: url(../images/bg_paper.png) no-repeat top center #cfa774;
    width: 90%;
    margin: 15px auto;
    position: relative;
    color:#000;
    padding: 2%;}

#special_content .section:before {
    border: 2px solid #000;
    content: "";
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    top: 10px;
    left: 10px;
    position: absolute;
    overflow: hidden;
    display: block;}

#special_content .tokuten,
#special_content .wrap{
    overflow: hidden;
    position: inherit;
    z-index: 3;}

#special_content .tokuten .img{
    width: 180px;
    min-height: 100px;
    float:right;}

#special_content .tokuten .img img{
    width: 100%;
    height: auto;
    vertical-align: bottom;}

#special_content .tokuten .img + .detail{
    width:calc(100% - 215px);
    float:left;}

#special_content .tokuten .detail p:first-of-type{
    font-size: 1.4rem;
    font-weight: bold;
    border-left: 5px solid #000;
    padding-left: 0.3em;
    margin-bottom: 0.5em;}

#special_content .tokuten .detail ul{
    line-height: 150%;
    font-size:1.4rem;}
    
#special_content .tokuten .detail ul + p{
	margin-top:0.5em;}

#special_content .tokuten .detail{padding:10px;}

/* STORY */
#special_content .story_txt{
    color:#dfc89b;
    padding:20px 0 15px 0;
    line-height: 170%;
    text-align: center;
    font-size: 1.5rem;}

#special_content .story_txt p:not(:last-child){margin-bottom: 1em;}

/* Fair Event */
#special_content .fair_event dl{
    overflow: hidden;
    font-size:1.3rem;
    margin:10px 0;
    line-height: 150%;}

#special_content #fair_event dt{
    width: 130px;
    clear: both;
    background: #af8552;
    border-radius: 2px;
    margin-bottom: 0.3em;
    color:#fff;
    text-align: center;
    float:left;}

#special_content #fair_event dd{
    width:calc(100% - 140px);
    margin-bottom: 0.3em;
    margin-left: 10px;
    float:left;}

#special_content .btn{
    width: 250px;
    line-height: 30px;
    background:#730000;
    transition: all 0.5s;
    font-size: 1.4rem;
    margin: 10px 0 0 0;
    transition: all 0.5s;
    text-align: center;}

#special_content .btn a{
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block}

#special_content .btn:hover{
    background: #000;
    transition: all 1.0s;}

#special_content .campaign{
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;}

#special_content .campaign .img{
    width: 200px;
    float:left;}

#special_content .campaign .img + .detail{
    width:calc(100% - 230px);
    border-left:1px dotted #000;
    margin-left: 10px;
    padding-left: 10px;
    float:left;}

#special_content .campaign .detail{
    font-size:1.4rem;
    margin: 98%;
    margin: 0 auto;
    line-height: 150%;}

#special_content .campaign .detail dl {
    width: 98%;
    margin: 20px auto 0 auto;
    overflow: hidden;}

#special_content .campaign .detail > p:first-child{
    font-weight: bold;
    margin:0.5em 0 0.8em 0;
    text-shadow: 1px 1px 0 #ffddb5;
    font-size:1.6rem;}

ul.inline li{
    display: inline;
    line-height: 150%;}

ul.inline li:not(last-child):after{
    content:"／"}

#special_content .fair_box{
    width: 95%;
    margin: 10px auto;}

#special_content .fair_box dl{
    font-size:1.4rem;
    line-height: 160%;}

/* Staff Cast */
#special_content #staff > div,
#special_content #cast > div{
    width: 80%;
    overflow: hidden;
    margin: 15px auto 0 auto;}

#special_content #staff dl,
#special_content #cast dl{
	font-weight:bold;
	font-size:1.3rem;
	line-height:170%;
	overflow:hidden;
    width: 48%;
    margin: 1%;
    float:left;}

#special_content #staff dl dt,
#special_content #cast dl dt{
	clear:both;
	width:calc(50% - 6px - 1em);
    background: #000;
    border-left: 3px solid #730000;
    border-right: 3px solid #730000;
    color: #fff;
	float:left;
    margin-bottom: 0.5em;
    padding:0 0.5em;}	

#special_content #staff dl dd,
#special_content #cast dl dd{
	width:48%;
	margin-left:2%;
    margin-bottom: 0.5rem;
    color: #dfc89b;
	float:left;}

dt.space, dt.space + dd {
    margin-top: 1.2em;}

/* product_horizontal_list */
.product_list{
    width: 1030px;
    margin: 0 auto;}

.product_list{padding: 40px 0 0 0;}

div#related_products ul{
    width: 90%;
    margin-bottom: 2%;}

.product_horizontal_list li{
    width: 220px;
    width: calc(100% / 4 - 2%) !important;
    background: #000;
    width: auto;
    border:2px solid #000;
    box-sizing: border-box;
    margin: 0% 1% 0% 1% !important;
    padding: 30px 2% 10px 2%;}

#related_products ul li .item_list_status,
#related_products ul li .release{color: #fff;}
#related_products ul li .price,
#related_products ul li .item_list_status ._1,
#related_products ul li .item_list_class p > *{color: #d50000;}
#related_products ul li .item_list_class p > *{border:1px solid #d50000;}

/* copyright */
#special_content .copyright{
    padding: 0 0 50px 0;
    margin: 0 auto;
    border-top: 1px solid #000;
    width: 1000px;
    font-size: 1.3rem;
    line-height: 200%;
    font-weight: bold;}

/*========================================
 Smart Phone
========================================*/
/* Base */
#top-wrap {background: url(../images/bg_all.png) no-repeat top center #260000 fixed;}

#top-wrap section {background:transparent;}
#top-wrap section p {padding: 0;}

#top-wrap h2{
	-webkit-margin-before:0;
	-webkit-margin-after:0;}

h2.search-h2 {display:none;}

#corner_sphone_banner img{
	max-width:640px;
	width:100%;
	margin:0 auto;
	vertical-align:bottom;}

section#corner_name,
#top-wrap #header,
#top-wrap #header_area h1,
#top-wrap #header_area h2,
#top-wrap #header_area .pv{display:none;}

#top-wrap h3{
    color: #dfc89b;
    width: 95%;
    margin: 0 auto;
    font-size: 3rem;
    text-align: center;
    line-height: 130%;
    letter-spacing: 2px;
    font-family: 'EB Garamond', serif;
    border-bottom: 3px solid #dfc89b;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;}

#top-wrap h4{
    background: #000;
    color:#fff;
    border-left: 3px solid #730000;
    border-right: 3px solid #730000;
    width: 95%;
    margin: 10px auto 15px auto;
    text-align: center;
    line-height: 200%;
    font-size: 1.4rem;}

#top-wrap h5{
    width: 90%;
    font-size: 1.4rem;
    line-height: 130%;
    padding-bottom: 0.3em;
    color: #dfc89b;
    padding-left: 0;
    border-bottom: 1px dashed #730000;
    margin: 0.8em auto;}

/* Navigarion  */
#top-wrap #nav{
    width: 92%;
    overflow: hidden;
    border-top:1px solid #c3b297;
    border-bottom: 1px solid #c3b297;
    padding: 15px 0;
    margin: 0 auto;}

#top-wrap #nav ul{
    width: 90%;
    font-family: 'EB Garamond', serif;
    margin: 0 auto;}

#top-wrap #nav ul li{
    width: 46%;
    margin: 2%;
    height: 25px;
    line-height: 25px;
    font-size:1.5rem;
    box-sizing: border-box;
    float:left;
    background: #730000;
    border:1px solid #730000;
    text-align: center;
    transition: all 0.5s;}

#top-wrap #nav ul li a{
    width: 100%;
    height: 100%;
    color:#c3b297;
    text-decoration: none;
    display: block;}

/* Tokuten */
#top-wrap .tokuten{
    overflow: hidden;}

#top-wrap .tokuten .img{
    width: 180px;
    min-height: 100px;
    margin: 15px auto 10px auto}

#top-wrap .tokuten .img img{
    width: 100%;
    height: auto;
    vertical-align: bottom;}

#top-wrap .tokuten .detail{
    width: 95%;
    color:#fff;
    margin: 0 auto;}

#top-wrap .tokuten .detail p{
    line-height: 150%;
    font-weight: bold;
    font-size:1.2rem;
    color:#fff;
    border-left: 5px solid #000;
    padding-left: 0.3em;
    margin-bottom: 0.5em;}

#top-wrap .tokuten .detail ul{
    line-height: 150%;
    width: 95%;
    margin: 0 auto;
    font-size:1.4rem;}

#top-wrap .tokuten .detail{padding:10px;}

#top-wrap .campaign{
    width: 92%;
    color: #dfc89b;
    margin:10px auto 15px auto;
    overflow: hidden;}

#top-wrap .campaign .img{
    width: 200px;
    margin: 10px auto;}

#top-wrap .campaign .detail{
    font-size:1.4rem;
    line-height: 150%;}

#top-wrap .campaign .detail > p:first-child{
    font-weight: bold;
    color:#fff;
    margin:0 0 0.8em 0;
    font-size:1.4rem;}

#top-wrap .campaign ul li{
    text-indent: -1em;
    padding-left: 1em;}


/* Story */
#top-wrap .story_txt{
    padding:20px 0 0 0;}

#top-wrap .story_txt p{
    color:#dfc89b;
    font-size: 1.3rem;
    width: 90%;
    margin:0 auto 0.5em auto;}

/* Fair Event */
#top-wrap .fair_box{
    width: 95%;
    overflow: hidden;
    margin:5px auto 10px auto;}

#top-wrap .fair_box dl{
    width: 94%;
    font-size: 1.3rem;
    line-height: 150%;
    margin: 10px auto;
    overflow: hidden;}

#top-wrap .fair_box dt{
    background:#730000;
    color: #fff;
	font-weight:bold;
    margin-bottom: 0.5rem;
    text-indent: 0.5rem;}	

#top-wrap .fair_box dd{
	margin-left:2%;
    color:#dfc89b;
    margin-bottom: 0.5rem;}

/* #top-wrap .fair_box ul li{
    text-indent: -1.0em;
    padding-left:1.0em;} */

#top-wrap .s_tit{
    font-size:1.3rem;
    font-weight: bold;
    margin-top: 1.0rem;}

#top-wrap .btn{
    width: 95%;
    line-height: 30px;
    background:#730000;
    transition: all 0.5s;
    font-size: 1.4rem;
    margin: 15px auto;
    text-align: center;}

#top-wrap .btn a{
    color:#fff;
    font-weight: bold;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block}

/* Staff Cast */
#top-wrap #staff dl,
#top-wrap #cast dl{
	padding:0px 10px 0 10px;
	font-size:1.2rem;
    width: 90%;
    margin: 20px auto;
	overflow:hidden;}

#top-wrap #staff dt,
#top-wrap #cast dt{
	width:40%;
	float:left;
	padding:2px;
	margin:2px 0;
    color:#fff;
	background:#730000;
    font-weight: bold;
	clear:both;
	line-height:150%;}

#top-wrap #staff dd,
#top-wrap #cast dd{
	width:56%;
	padding:2px 0;
    color:#dfc89b;
	margin:2px 0;
	float:right;
	line-height:150%;}	

.itemsList li {color: #fff;}

/* copyright */
#top-wrap .copyright{
    color:#fff;
    line-height: 180%;
    padding:20px 0 30px 0;}

/*========================================
 tokutenBoxAttention
========================================*/
#special_content .tokutenBoxAttention{
    width: 960px;
    margin: 10px auto 30px auto;
    line-height: 140%;}

#special_content .tokutenBoxAttention > div{
    padding:10px;}

#special_content .tokutenBoxAttention .s_tit{
    color:#dfc89b;
    text-shadow: 1px 1px 1px #000;
    border-bottom: 1px dashed #dfc89b;
    font-size:1.5rem;
    line-height: 180%;
    font-weight: bold;
    margin:0;}

#special_content .tokutenBoxAttention p:not(.s_tit){
    padding:0 1em;
    font-size:1.3rem;
    line-height: 150%;}

#top-wrap .tokutenBoxAttention{
    width: 92%;
    padding-bottom: 10px;
    color:#fff;
    margin: 10px auto 0 auto;
    line-height: 140%;}

#top-wrap .tokutenBoxAttention p:last-child{margin-top: 0.5rem;}
#top-wrap .tokutenBoxAttention p:last-child i{
    color:#D1001E;
    margin-right: 0.5rem;}

#top-wrap .tokutenBoxAttention .s_tit{
    background: #730000;
    color:#fff;
    font-size:1.4rem;
    line-height: 180%;
    padding: 0 0.5rem;
    font-weight: bold;
    margin: 0px auto 10px auto;}

#top-wrap .tokutenBoxAttention p:not(.s_tit){
    padding:0 1em;
    font-size:1.2rem;
    line-height: 140%;}

.tokutenBoxAttention .s_tit i{color:#dfc89b; margin:0 0.5em;}
.tokutenBoxAttention a{color:#dfc89b;}
.tokutenBoxAttention p:last-child i{color:#dfc89b; margin-right: 0.5rem;}


/*========================================
 pagetop
========================================*/
#top-wrap #footerGroup #totopSm{
    width:40px;
    height:40px;
    padding:0;
    text-indent:-9999px;
    background-color:#0079c7;
    border-radius:100%;
    position:fixed;
    bottom:10px;
    right:0;
    z-index:800;
    display:none;
    cursor:pointer;
}
#top-wrap #footerGroup #totopSm a {display:block;}
#top-wrap #footerGroup #totopSm::after{
    content:"\f106";
    font-family:"FontAwesome";
    font-size:40px;
    line-height:35px;
    text-indent:0;
    text-align:center;
    color:#fff;
    display:block;
    position:absolute;
    top:0;
    left:0;
    right:0;
}

#special_content .smOnly {display:none;}

/*========================================
 Parts
========================================*/
.red{color:#D1001E}
.bold{font-weight: bold;}
.em{font-size:1.6rem}
