@charset "UTF-8";
/*
	Title	   : ドラマ「潤一」公式サイト
	URI            : junichi
	Designer       : GRAPHNETWORK
	Designer's URI : http://graphnetwork.com/
*/
/* --------------------------------------------------------------


							背景固定の設定


-----------------------------------------------------------------*/
body:before{
  content:"" !important;
  display:block !important;
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  z-index:1 !important;
  width:100% !important;
  height:100vh !important;
  background:url(../bd/img/img_ticket_bg2.jpg) center no-repeat !important;
  background-size:cover !important;
}
#wrap {
    position: relative !important;
    overflow: hidden !important;
    width: 100% !important;
    min-height: 100% !important;
    z-index: 10 !important;
    background: none !important;
}
/* --------------------------------------------------------------


							 Layout


-----------------------------------------------------------------*/
p {
	font-size: 16px;
	line-height: 1.8;
}

a:link {
	color: #fff;
}

.img_full {
	width: 100%;
}

@media screen and (max-width:960px) {
	p {
		font-size: 14px;
		line-height: 1.6;
	}	
}
a:hover img{
	opacity: 0.8;
}
#wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
}
#main {
	width: auto;
	height: 100%;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-size: 100%;
}

#main #bd {
    font-size: 16px;
    line-height: 2em;
}
#main .ttl {
	text-align: center;
	margin: 100px 0 80px 0;
}
#main .ttl img {
    width: 364px;
}
#main #bd .contents {
	width: 960px;
	margin: auto;
}
#main .cd_txt {
    margin-bottom: 20px;
    font-size: 14px;
}
#main #cast h4 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 8px;
}
#main #bd .comment {
    font-size: 10px;
    color: #888;
    margin: 10px 0;
}
#main #bd .bd_release .wrap{
    display:flex;
    width: 700px;
    margin: auto;
}
#main #bd .bd_release .box{
    width: 48%;
    margin: 4%;
}
/*#main #bd .img_jacket {
    width: 200px;
}*/

#main #bd .bd_release h3.ttl_bd img {
    width: 255px;
}
#main #bd .bd_release h3.ttl_dvd img {
    width: 230px;
}
#main #bd .bd_release h3.ttl_data img {
    width: 99px;
}
.mb-80 {
    margin-bottom: 80px;
}
#bd_intoro #intro {
    background: none !important;
        margin-bottom: 0!important;
}
#cast .cast_data {
    width: 490px !important;
    margin: auto;
}
h2.release_day {
    text-align: center;
}
h2.release_day img {
    width: 370px;
}
.top_contents {
    background:#05061f; 
}
.btn {
    text-align: center;
}
.press_release {
    width: 290px;
    margin-bottom: 20px;
    }

@media screen and (max-width:960px) {
	#main .ttl {
	text-align: center;
	margin: 80px auto 50px auto;
	}
	#main .ttl .ttl_ticket {
		width: 38vw;
	}
	#main #bd .contents {
		width: 100%;
		margin: auto;
	}
    #main .ttl img {
        width: 54vw;
    }
    #main #bd .bd_release .wrap {
        display: block;
        width: 300px;
        margin: auto;
    }
    #main #bd .bd_release .box {
        width: auto;
        margin: auto;
    }
    .press_release {
        margin-bottom: 0;
        width: 300px;
    }
    #bd_intoro #intro,
    #main #cast {
        padding: 60px 0 !important;
    }
    #cast .cast_data {
        width: 300px !important;
        margin: auto;
    }
    .cd_txt {
        margin-bottom: 40px;
        font-size: 14px;
    }
    h2.release_day {
        text-align: center;
        margin-bottom: 20px;
    }
    h2.release_day img {
        width: 300px;
    }
    #main h4 {
        margin-bottom: 0;
    }
	.btn {
        margin-bottom: 40px;
    }
}







